This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 15474ca11f30f51dde85aa626381680642089806 Author: Tatsuhiko Miyagawa <[email protected]> Date: Tue Jul 23 02:26:12 2013 -0700 v0.9.63 --- Build.PL | 4 ++-- Changes | 5 +++++ META.json | 4 ++-- lib/Carton.pm | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Build.PL b/Build.PL index 56cc012..a4b4a69 100644 --- a/Build.PL +++ b/Build.PL @@ -18,13 +18,13 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "carton", - "dist_version" => "v0.9.62", + "dist_version" => "v0.9.63", "license" => "perl", "module_name" => "carton", "recommends" => {}, "recursive_test_files" => 1, "requires" => { - "App::cpanminus" => "1.6915", + "App::cpanminus" => "1.6927", "CPAN::Meta" => "2.120921", "CPAN::Meta::Requirements" => "2.121", "Exception::Class" => "1.32", diff --git a/Changes b/Changes index 9aef694..7309477 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for carton {{$NEXT}} +v0.9.63 2013-07-23 02:26:04 PDT + - Bump cpanminus requirement + - Support --cpanfile for carton install + - Support PERL_CARTON_CPANFILE (for commands other than install) + v0.9.62 2013-07-22 14:33:11 PDT - Now all carton commands can be run from a subdirectory #69 - Refactored the way cpanfile/carton.lock files are detected diff --git a/META.json b/META.json index d9c3fe2..c9d1395 100644 --- a/META.json +++ b/META.json @@ -46,7 +46,7 @@ }, "runtime" : { "requires" : { - "App::cpanminus" : "1.6915", + "App::cpanminus" : "1.6927", "CPAN::Meta" : "2.120921", "CPAN::Meta::Requirements" : "2.121", "Exception::Class" : "1.32", @@ -77,7 +77,7 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.62", + "version" : "v0.9.63", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", diff --git a/lib/Carton.pm b/lib/Carton.pm index 817d929..fc55f64 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("v0.9.62"); +use version; our $VERSION = version->declare("v0.9.63"); 1; __END__ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
