Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
10
Agent-Windows/OGP64/usr/share/perl5/Git/LoadCPAN/Error.pm
Normal file
10
Agent-Windows/OGP64/usr/share/perl5/Git/LoadCPAN/Error.pm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package Git::LoadCPAN::Error;
|
||||
use 5.008001;
|
||||
use strict;
|
||||
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
|
||||
use Git::LoadCPAN (
|
||||
module => 'Error',
|
||||
import => 1,
|
||||
);
|
||||
|
||||
1;
|
||||
|
|
@ -0,0 +1,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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue