summaryrefslogtreecommitdiff
path: root/perl/Git/LoadCPAN.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/LoadCPAN.pm')
-rw-r--r--perl/Git/LoadCPAN.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/LoadCPAN.pm b/perl/Git/LoadCPAN.pm
index e5585e7..0c360bc 100644
--- a/perl/Git/LoadCPAN.pm
+++ b/perl/Git/LoadCPAN.pm
@@ -1,7 +1,7 @@
package Git::LoadCPAN;
use 5.008;
use strict;
-use warnings;
+use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
=head1 NAME