]> git.ipfire.org Git - thirdparty/git.git/blame - perl/Git/LoadCPAN/Mail/Address.pm
Merge branch 'sh/completion-with-reftable' into maint-2.43
[thirdparty/git.git] / perl / Git / LoadCPAN / Mail / Address.pm
CommitLineData
28654678 1package Git::LoadCPAN::Mail::Address;
d13a73e3 2use 5.008001;
bd869f67 3use strict;
5338ed2b 4use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
edfb7b92
ÆAB
5use Git::LoadCPAN (
6 module => 'Mail::Address',
7 import => 0,
8);
bd869f67
MM
9
101;