]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-cvsexportcommit.perl
perl: bump the required Perl version to 5.8 from 5.6.[21]
[thirdparty/git.git] / git-cvsexportcommit.perl
index 59b672213bfc36f95db089f0e13bafc1c2f2ed71..9a8188bba785ad68d47ec7b277b016ee76e46f4c 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+use 5.008;
 use strict;
 use Getopt::Std;
 use File::Temp qw(tempdir);