]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-archimport.perl
perl: bump the required Perl version to 5.8 from 5.6.[21]
[thirdparty/git.git] / git-archimport.perl
index 98f3ede566a6cb0c902ce84795f7de8f8afbe633..947638c38d8a4cf0e5df53d5a4890f141cc393f8 100755 (executable)
@@ -54,6 +54,7 @@ and can contain multiple, unrelated branches.
 
 =cut
 
+use 5.008;
 use strict;
 use warnings;
 use Getopt::Std;