]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blobdiff - Makefile.PL
Version 0.002
[chaz/p5-Linux-Proc-Maps] / Makefile.PL
index a558b9c3d7d37a691ad88cab8dc4b82d72da5dc9..73583ac85f517dbedabc220a6736082e108b2b61 100644 (file)
@@ -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"
   }
This page took 0.024135 seconds and 4 git commands to generate.