[PATCH] Clean up the SunOS Makefile rule
[git.git] / git-svnimport.perl
index 20a8572..45b6a19 100755 (executable)
@@ -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;