about summary refs log tree commit diff
path: root/third_party/git/perl/Git/LoadCPAN/Mail/Address.pm
blob: f70a4f064c3c78a87be3f876ea3f325d6b6fa4de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Git::LoadCPAN::Mail::Address;
use 5.008;
use strict;
use warnings;
use Git::LoadCPAN (
	module => 'Mail::Address',
	import => 0,
);

1;