diff options
Diffstat (limited to 'third_party/git/perl/Git/LoadCPAN/Mail/Address.pm')
-rw-r--r-- | third_party/git/perl/Git/LoadCPAN/Mail/Address.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/git/perl/Git/LoadCPAN/Mail/Address.pm b/third_party/git/perl/Git/LoadCPAN/Mail/Address.pm new file mode 100644 index 000000000000..f70a4f064c3c --- /dev/null +++ b/third_party/git/perl/Git/LoadCPAN/Mail/Address.pm @@ -0,0 +1,10 @@ +package Git::LoadCPAN::Mail::Address; +use 5.008; +use strict; +use warnings; +use Git::LoadCPAN ( + module => 'Mail::Address', + import => 0, +); + +1; |