diff options
Diffstat (limited to 'perl/Git/LoadCPAN/Error.pm')
-rw-r--r-- | perl/Git/LoadCPAN/Error.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/Git/LoadCPAN/Error.pm b/perl/Git/LoadCPAN/Error.pm new file mode 100644 index 0000000..5d84c20 --- /dev/null +++ b/perl/Git/LoadCPAN/Error.pm @@ -0,0 +1,10 @@ +package Git::LoadCPAN::Error; +use 5.008; +use strict; +use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : (); +use Git::LoadCPAN ( + module => 'Error', + import => 1, +); + +1; |