X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-svnimport.perl;h=45b6a1986d1989d372077c5f388010ea988220e6;hb=4f9dcf7e5cf6c82455925102d315daf3b833e6d6;hp=20a85724cb1660a3411fa34717cd5f1e98ebd731;hpb=1301c6eb412e7c5511b952a12e42c70ad56f028b;p=git.git diff --git a/git-svnimport.perl b/git-svnimport.perl index 20a85724..45b6a198 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -10,7 +10,7 @@ # The head revision is on branch "origin" by default. # You can change that with the '-o' option. -require v5.8.0; # for shell-safe open("-|",LIST) +require 5.008; # for shell-safe open("-|",LIST) use strict; use warnings; use Getopt::Std;