Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Address.pm « Mail « LoadCPAN « Git « perl - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f70a4f064c3c78a87be3f876ea3f325d6b6fa4de (plain)
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;