aboutsummaryrefslogtreecommitdiff
path: root/perl/cgi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/cgi.pl')
-rwxr-xr-xperl/cgi.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/cgi.pl b/perl/cgi.pl
index 3cbed42..f8dc7ac 100755
--- a/perl/cgi.pl
+++ b/perl/cgi.pl
@@ -21,8 +21,10 @@ use Data::Dumper;
use Git::Repository;
use lib qw(. ..);
+no warnings 'redefine';
BEGIN { require 'config.default.pl'; }
BEGIN { require 'config.pl'; }
+use warnings 'redefine';
sub info {
warn join(' ', @_);