X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank2ledger;a=blobdiff_plain;f=Makefile.PL;h=83b1aa4b389c5860a1e32cbd0c943968707c41d1;hp=407f870cb3aa241e3bea3a815fa21470a5cbf8e0;hb=7e41aec36980b1a053b9e54cfd6119a38dd819a3;hpb=71591e40fa4a522e41ed7283cce39780f4ef8cb5 diff --git a/Makefile.PL b/Makefile.PL index 407f870..83b1aa4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; -use 5.006; +use 5.010001; use ExtUtils::MakeMaker; @@ -12,13 +12,13 @@ my %WriteMakefileArgs = ( "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, - "DISTNAME" => "homebank2ledger", + "DISTNAME" => "App-HomeBank2Ledger", "EXE_FILES" => [ "bin/homebank2ledger" ], "LICENSE" => "mit", - "MIN_PERL_VERSION" => "5.006", - "NAME" => "homebank2ledger", + "MIN_PERL_VERSION" => "5.010001", + "NAME" => "App::HomeBank2Ledger", "PREREQ_PM" => { "Carp" => 0, "Exporter" => 0, @@ -41,7 +41,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => 0 }, - "VERSION" => "0.001", + "VERSION" => "0.005", "test" => { "TESTS" => "t/*.t" }