summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-04-21 19:27:52 +0200
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-04-21 19:27:52 +0200
commitc4f9df323435bb07d0c2e3ffda1b9300875e110a (patch)
tree74cce83dae2f6e8487eca0ddbb79621c4d843f74
parent16698bcaff45712d3df428a08a16d5b679bac241 (diff)
downloadcarton-c4f9df323435bb07d0c2e3ffda1b9300875e110a.tar.gz
v1.0.29v1.0.29
-rw-r--r--Changes3
-rw-r--r--META.json14
-rw-r--r--Makefile.PL12
-rw-r--r--lib/Carton.pm2
4 files changed, 15 insertions, 16 deletions
diff --git a/Changes b/Changes
index 8c1c818..af74fcf 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
Revision history for carton
{{$NEXT}}
+
+v1.0.29 2018-04-21 19:27:13 CEST
- switched from JSON to JSON::PP
+ - use Menlo to instlal modules rather than App::cpanminus::fatscript
v1.0.28 2016-05-23 22:30:48 PDT
- Emit the line when parser error happened
diff --git a/META.json b/META.json
index f7b3da5..ade60f1 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.005, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
"develop" : {
"requires" : {
"Capture::Tiny" : "0",
- "Dist::Milla" : "v1.0.16",
+ "Dist::Milla" : "v1.0.18",
"Test::More" : "0.9",
"Test::Pod" : "1.41",
"Test::Requires" : "0"
@@ -45,16 +45,14 @@
"File::pushd" : "0"
},
"requires" : {
- "App::cpanminus" : "1.703",
"CPAN::Meta" : "2.120921",
"CPAN::Meta::Requirements" : "2.121",
"Class::Tiny" : "1.001",
"Getopt::Long" : "2.39",
"JSON::PP" : "2.27300",
+ "Menlo" : "1.9016",
"Module::CPANfile" : "0.9031",
"Module::CoreList" : "0",
- "Module::Metadata" : "1.000003",
- "Module::Reader" : "0.002",
"Path::Tiny" : "0.033",
"Try::Tiny" : "0.09",
"parent" : "0.223",
@@ -74,7 +72,7 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.28",
+ "version" : "v1.0.29",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
@@ -82,6 +80,7 @@
"Jonathan Steinert <hachi@fastly.com>",
"Jose Luis Martinez <jlmartinez@capside.com>",
"Kan Fushihara <kan.fushihara@gmail.com>",
+ "Karen Etheridge <ether@cpan.org>",
"Masahiro Chiba <chiba@everqueue.com>",
"NAKAGAWA Masaki <masaki.nakagawa@gmail.com>",
"Olaf Alders <olaf@wundersolutions.com>",
@@ -93,6 +92,7 @@
"Tatsuhiko Miyagawa <miyagawa@gmail.com>",
"WATANABE Hiroaki <hwat@mac.com>",
"Yanick Champoux <yanick@babyl.dyndns.org>"
- ]
+ ],
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}
diff --git a/Makefile.PL b/Makefile.PL
index 945d98b..a93be8c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;
@@ -21,21 +21,19 @@ my %WriteMakefileArgs = (
"MIN_PERL_VERSION" => "5.008005",
"NAME" => "Carton",
"PREREQ_PM" => {
- "App::cpanminus" => "1.703",
"CPAN::Meta" => "2.120921",
"CPAN::Meta::Requirements" => "2.121",
"Class::Tiny" => "1.001",
"Getopt::Long" => "2.39",
"JSON::PP" => "2.27300",
+ "Menlo" => "1.9016",
"Module::CPANfile" => "0.9031",
"Module::CoreList" => 0,
- "Module::Metadata" => "1.000003",
- "Module::Reader" => "0.002",
"Path::Tiny" => "0.033",
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.28",
+ "VERSION" => "v1.0.29",
"test" => {
"TESTS" => "t/*.t"
}
@@ -43,16 +41,14 @@ my %WriteMakefileArgs = (
my %FallbackPrereqs = (
- "App::cpanminus" => "1.703",
"CPAN::Meta" => "2.120921",
"CPAN::Meta::Requirements" => "2.121",
"Class::Tiny" => "1.001",
"Getopt::Long" => "2.39",
"JSON::PP" => "2.27300",
+ "Menlo" => "1.9016",
"Module::CPANfile" => "0.9031",
"Module::CoreList" => 0,
- "Module::Metadata" => "1.000003",
- "Module::Reader" => "0.002",
"Path::Tiny" => "0.033",
"Try::Tiny" => "0.09",
"parent" => "0.223"
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 1f6e0a7..830f568 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
package Carton;
use strict;
use 5.008_005;
-use version; our $VERSION = version->declare("v1.0.28");
+use version; our $VERSION = version->declare("v1.0.29");
1;
__END__