codekingpro's picture
Add files using upload-large-folder tool
6bd0abf verified
Raw
History Blame Contribute Delete
182 Bytes
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;