Merge branch 'ab/require-perl-5.8'

* ab/require-perl-5.8:
  perl: use "use warnings" instead of -w
  perl: bump the required Perl version to 5.8 from 5.6.[21]
This commit is contained in:
Junio C Hamano
2010-10-26 21:57:31 -07:00
16 changed files with 27 additions and 13 deletions

View File

@ -7,6 +7,7 @@
#
# This program is licensed under the GPLv2
use 5.008;
use strict;
use warnings;
use CGI qw(:standard :escapeHTML -nosticky);