diff options
Diffstat (limited to 'perl')
| -rwxr-xr-x | perl/cgi.pl | 2 |
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(' ', @_); |
