]> git.ipfire.org Git - thirdparty/git.git/blobdiff - perl/Git.pm
perl: bump the required Perl version to 5.8.1 from 5.8.0
[thirdparty/git.git] / perl / Git.pm
index 117765dc73c4a8c30bfbcf9b3b37bad6b26a9ede..03bf570bf4c852932973f3a6815c2d3dd4802622 100644 (file)
@@ -7,7 +7,7 @@ Git - Perl interface to the Git version control system
 
 package Git;
 
-use 5.008;
+use 5.008001;
 use strict;
 use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();