aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-09 10:35:21 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-09 10:35:21 -0800
commitfa8f1ca2a4c4ab37cc322341d543885057b7957c (patch)
treed7b7c0257afe1caa688bff567d50de3ae1eac34d /git-svn.perl
parent8828aa3418792ff9deb2ab264c6934a5d0bb15e0 (diff)
parent3328acedc6104e3d46e8f0d26006d9650092ef3e (diff)
downloadgit-fa8f1ca2a4c4ab37cc322341d543885057b7957c.tar.gz
git-fa8f1ca2a4c4ab37cc322341d543885057b7957c.tar.xz
Merge branch 'ab/require-perl-5.8' into maint
* 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 'git-svn.perl')
-rwxr-xr-xgit-svn.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-svn.perl b/git-svn.perl
index 18cfb2466..757de8216 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -1,6 +1,7 @@
#!/usr/bin/env perl
# Copyright (C) 2006, Eric Wong <normalperson@yhbt.net>
# License: GPL v2 or later
+use 5.008;
use warnings;
use strict;
use vars qw/ $AUTHOR $VERSION