summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-01 17:48:13 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-01 17:48:13 -0700
commit579f2a52c7ea9dc3161884679382d408e9ff0b35 (patch)
treecfb6fabcf85859ef56311ce577298a469abf56c2 /Makefile.PL
parentda388c317d1aabba6d169fe5512d2d68de50b457 (diff)
downloadcarton-579f2a52c7ea9dc3161884679382d408e9ff0b35.tar.gz
v1.0.19v1.0.19
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 50d68b4..ae706c4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,10 +25,8 @@ my %WriteMakefileArgs = (
"CPAN::Meta" => "2.120921",
"CPAN::Meta::Requirements" => "2.121",
"Class::Tiny" => "1.001",
- "ExtUtils::MakeMaker" => "6.64",
"Getopt::Long" => "2.39",
"JSON" => "2.53",
- "Module::Build" => "0.4004",
"Module::CPANfile" => "0.9031",
"Module::CoreList" => 0,
"Module::Metadata" => "1.000003",
@@ -36,7 +34,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.18",
+ "VERSION" => "v1.0.19",
"test" => {
"TESTS" => "t/*.t"
}
@@ -48,10 +46,9 @@ my %FallbackPrereqs = (
"CPAN::Meta" => "2.120921",
"CPAN::Meta::Requirements" => "2.121",
"Class::Tiny" => "1.001",
- "ExtUtils::MakeMaker" => "6.64",
+ "ExtUtils::MakeMaker" => 0,
"Getopt::Long" => "2.39",
"JSON" => "2.53",
- "Module::Build" => "0.4004",
"Module::CPANfile" => "0.9031",
"Module::CoreList" => 0,
"Module::Metadata" => "1.000003",