]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-archimport.perl
perl: bump the required Perl version to 5.8.1 from 5.8.0
[thirdparty/git.git] / git-archimport.perl
index b7c173c345544d61a887cfbebb58703478a29d2d..f5a317b89961ce3bd6ec64afa96ae0e550b7e4d0 100755 (executable)
@@ -54,7 +54,7 @@ and can contain multiple, unrelated branches.
 
 =cut
 
-use 5.008;
+use 5.008001;
 use strict;
 use warnings;
 use Getopt::Std;