X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.PL;h=086544d9c9929f1d4108b238235758c2dd953bc1;hb=b980f9a0c4ed7902a2c57657d5971c13333f13ca;hp=115a98f5bc92cef942bf9c5500318f3687aa54e8;hpb=0a2af7f81a0cb07cfefaf9b8595dbd302a3ca282;p=chaz%2Fhomebank2ledger diff --git a/Makefile.PL b/Makefile.PL index 115a98f..086544d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; -use 5.006; +use 5.010001; use ExtUtils::MakeMaker; @@ -17,7 +17,7 @@ my %WriteMakefileArgs = ( "bin/homebank2ledger" ], "LICENSE" => "mit", - "MIN_PERL_VERSION" => "5.006", + "MIN_PERL_VERSION" => "5.010001", "NAME" => "App::HomeBank2Ledger", "PREREQ_PM" => { "Carp" => 0, @@ -41,7 +41,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => 0 }, - "VERSION" => "0.004", + "VERSION" => "0.007", "test" => { "TESTS" => "t/*.t" }