Minimum Perl version is 5.10.1
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Apr 2017 11:34:55 +0000 (14:34 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Apr 2017 11:41:45 +0000 (14:41 +0300)
Makefile.PL
lib/evil.pm

index de6774f298e177bda08ae66dbc1f796c58b8622e..9f10c677648503fc6d942fa3ece05b02f7286fb8 100644 (file)
@@ -6,7 +6,7 @@ WriteMakefile(
        VERSION_FROM      => 'lib/evil.pm',
        ABSTRACT          => 'RFC 3514 (evil bit) implementation for Perl modules',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
-       MIN_PERL_VERSION  => '5.8.9',
+       MIN_PERL_VERSION  => '5.10.1',
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {},
index 9aa718bef81c04205e8bf25a2a636f0b8b32b0f6..449b6c160f691e87ec8cd6eb36f1cc19466614a3 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 package evil;
 
-use 5.008009;
+use 5.010001;
 use strict;
 use warnings;
 
This page took 0.011735 seconds and 4 git commands to generate.