[carton] 430/472: v1.0.12
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository carton.
commit dcc4dfb7edbc95bc35d6256e4f77d7695cac3394
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date: Tue Sep 24 20:03:56 2013 +0900
v1.0.12
---
Build.PL | 4 ++--
Changes | 4 ++++
META.json | 6 +++---
lib/Carton.pm | 2 +-
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/Build.PL b/Build.PL
index b12ab95..7d9febf 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa"
],
"dist_name" => "Carton",
- "dist_version" => "v1.0.11",
+ "dist_version" => "v1.0.12",
"license" => "perl",
"module_name" => "Carton",
"recommends" => {},
@@ -39,7 +39,7 @@ my %module_build_args = (
"Module::Metadata" => "1.000003",
"Module::Reader" => "0.002",
"Moo" => "1.002",
- "Path::Tiny" => "0.022",
+ "Path::Tiny" => "0.033",
"Try::Tiny" => "0.09",
"parent" => "0.223",
"perl" => "v5.8.5"
diff --git a/Changes b/Changes
index 4df49b6..df49623 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
{{$NEXT}}
+v1.0.12 2013-09-24 20:03:47 JST
+ - up Path::Tiny
+ - Add --no-fatpack to carton bundle #140
+
v1.0.11 2013-09-18 18:51:14 JST
- Disable fatal warnings that comes with Moo. This will make Path::Tiny not fail
on NFS without flock. #135
diff --git a/META.json b/META.json
index ee901aa..8c3f574 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 4.300038, CPAN::Meta::Converter version 2.132510",
+ "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132660",
"license" : [
"perl_5"
],
@@ -60,7 +60,7 @@
"Module::Metadata" : "1.000003",
"Module::Reader" : "0.002",
"Moo" : "1.002",
- "Path::Tiny" : "0.022",
+ "Path::Tiny" : "0.033",
"Try::Tiny" : "0.09",
"parent" : "0.223",
"perl" : "v5.8.5"
@@ -79,7 +79,7 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v1.0.11",
+ "version" : "v1.0.12",
"x_contributors" : [
"Christian Walde <walde.christian at googlemail.com>",
"David Golden <dagolden at cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index c60c3fb..e9d7b1e 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.11");
+use version; our $VERSION = version->declare("v1.0.12");
1;
__END__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git
More information about the Pkg-perl-cvs-commits
mailing list