summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2016-05-23 22:30:55 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2016-05-23 22:30:55 -0700
commit163774ce29a9d1ae29601127c7eff5099a765ad1 (patch)
treededcc8e640c7d61da8c61d8a42f68d160d42b5f0
parent7238518faffe15463b58dc5d7f304d7806ee3da7 (diff)
downloadcarton-163774ce29a9d1ae29601127c7eff5099a765ad1.tar.gz
v1.0.28v1.0.28
-rw-r--r--Changes3
-rw-r--r--META.json7
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Carton.pm2
4 files changed, 9 insertions, 7 deletions
diff --git a/Changes b/Changes
index 5768fd8..a0c0300 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.28 2016-05-23 22:30:48 PDT
+ - Emit the line when parser error happened
+
v1.0.27 2016-05-23 12:34:58 PDT
- revert v1.0.25 undef special casing
diff --git a/META.json b/META.json
index 22abefc..9cfad88 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "Dist::Zilla version 6.005, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
"develop" : {
"requires" : {
"Capture::Tiny" : "0",
- "Dist::Milla" : "v1.0.15",
+ "Dist::Milla" : "v1.0.16",
"Test::More" : "0.9",
"Test::Pod" : "1.41",
"Test::Requires" : "0"
@@ -74,12 +74,11 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.27",
+ "version" : "v1.0.28",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
- "ikasam_a <masaki.nakagawa@gmail.com>",
"Jonathan Steinert <hachi@fastly.com>",
"Jose Luis Martinez <jlmartinez@capside.com>",
"Kan Fushihara <kan.fushihara@gmail.com>",
diff --git a/Makefile.PL b/Makefile.PL
index a4c098b..560603f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005.
use strict;
use warnings;
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.27",
+ "VERSION" => "v1.0.28",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0fb7044..1f6e0a7 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.27");
+use version; our $VERSION = version->declare("v1.0.28");
1;
__END__