blob: 340e88a7a56be37af8b1f437c92ecb52b1b29089 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package Git::LoadCPAN::Mail::Address;
use 5.008;
use strict;
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
use Git::LoadCPAN (
module => 'Mail::Address',
import => 0,
);
1;
|