aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git/LoadCPAN/Mail/Address.pm
blob: 9f808090a66a16c02eba9c5ed84669ec03f1b944 (plain)
1
2
3
4
5
6
7
8
9
10
package Git::LoadCPAN::Mail::Address;
use 5.008001;
use strict;
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
use Git::LoadCPAN (
	module => 'Mail::Address',
	import => 0,
);

1;