X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=73583ac85f517dbedabc220a6736082e108b2b61;hb=c0cff99d6658ac63c9bd97b47f00c3b25fbb54e5;hp=a558b9c3d7d37a691ad88cab8dc4b82d72da5dc9;hpb=4a773b5621f70c60cdebb67cd4cf70ec1dd83549;p=chaz%2Fp5-Linux-Proc-Maps diff --git a/Makefile.PL b/Makefile.PL index a558b9c..73583ac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; -use 5.006; +use 5.008; use ExtUtils::MakeMaker; @@ -14,7 +14,7 @@ my %WriteMakefileArgs = ( }, "DISTNAME" => "Linux-Proc-Maps", "LICENSE" => "perl", - "MIN_PERL_VERSION" => "5.006", + "MIN_PERL_VERSION" => "5.008", "NAME" => "Linux::Proc::Maps", "PREREQ_PM" => { "Carp" => 0, @@ -33,7 +33,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "blib" => "1.01" }, - "VERSION" => "0.001", + "VERSION" => "0.002", "test" => { "TESTS" => "t/*.t" }