tvl-depot/third_party/git/perl/Git/LoadCPAN/Mail/Address.pm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
144 B
Perl
Raw Normal View History

package Git::LoadCPAN::Mail::Address;
use 5.008;
use strict;
use warnings;
use Git::LoadCPAN (
module => 'Mail::Address',
import => 0,
);
1;