summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-10-27 04:57:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-27 04:57:31 (GMT)
commit9b73ce74e6abfb45626bce7a21465e6db6302be0 (patch)
treeb42fdc0582602ccc0cbd61929140c3695520eb2c /t
parent329351feeb0c08c835ac4ff05f127fbfe42a78cf (diff)
parent3328acedc6104e3d46e8f0d26006d9650092ef3e (diff)
downloadgit-9b73ce74e6abfb45626bce7a21465e6db6302be0.zip
git-9b73ce74e6abfb45626bce7a21465e6db6302be0.tar.gz
git-9b73ce74e6abfb45626bce7a21465e6db6302be0.tar.bz2
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]
Diffstat (limited to 't')
-rwxr-xr-xt/t7006/test-terminal.perl1
-rwxr-xr-xt/t9700/test.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/t/t7006/test-terminal.perl b/t/t7006/test-terminal.perl
index 73ff809..6b5f22a 100755
--- a/t/t7006/test-terminal.perl
+++ b/t/t7006/test-terminal.perl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use 5.008;
use strict;
use warnings;
use IO::Pty;
diff --git a/t/t9700/test.pl b/t/t9700/test.pl
index 671f38d..c15ca2d 100755
--- a/t/t9700/test.pl
+++ b/t/t9700/test.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use lib (split(/:/, $ENV{GITPERLLIB}));
-use 5.006002;
+use 5.008;
use warnings;
use strict;