diff options
Diffstat (limited to 'perl/cgi.pl')
| -rwxr-xr-x | perl/cgi.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/cgi.pl b/perl/cgi.pl index f8dc7ac..3cbed42 100755 --- a/perl/cgi.pl +++ b/perl/cgi.pl @@ -21,10 +21,8 @@ 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(' ', @_); |
