This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 220ae674a5eaecdfd9d9eb79d3aec8dd10d7453f Author: Tatsuhiko Miyagawa <[email protected]> Date: Wed Jul 24 14:54:08 2013 -0700 v0.9.67 --- Build.PL | 5 ++--- Changes | 3 +++ META.json | 6 +++--- lib/Carton.pm | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index b12f5b3..6a71997 100644 --- a/Build.PL +++ b/Build.PL @@ -18,18 +18,17 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "carton", - "dist_version" => "v0.9.66", + "dist_version" => "v0.9.67", "license" => "perl", "module_name" => "carton", "recommends" => {}, "recursive_test_files" => 1, "requires" => { - "App::cpanminus" => "1.6928", + "App::cpanminus" => "1.6929", "CPAN::Meta" => "2.120921", "CPAN::Meta::Requirements" => "2.121", "Exception::Class" => "1.32", "ExtUtils::MakeMaker" => "6.64", - "File::ShareDir" => "1.03", "Getopt::Long" => "2.39", "JSON" => "2.53", "Module::Build" => "0.4004", diff --git a/Changes b/Changes index d123258..9e8eaa8 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for carton {{$NEXT}} +v0.9.67 2013-07-24 14:53:53 PDT + - Use cpanm's fatscript interface rather than share dir + v0.9.66 2013-07-24 08:46:27 PDT - Correctly raises an exception when badly formatted snapshot file is read - Fixed a bug in tree scanner where seen hash is not preserved diff --git a/META.json b/META.json index 7e2626c..3069771 100644 --- a/META.json +++ b/META.json @@ -46,12 +46,11 @@ }, "runtime" : { "requires" : { - "App::cpanminus" : "1.6928", + "App::cpanminus" : "1.6929", "CPAN::Meta" : "2.120921", "CPAN::Meta::Requirements" : "2.121", "Exception::Class" : "1.32", "ExtUtils::MakeMaker" : "6.64", - "File::ShareDir" : "1.03", "Getopt::Long" : "2.39", "JSON" : "2.53", "Module::Build" : "0.4004", @@ -78,13 +77,14 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.66", + "version" : "v0.9.67", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", "David Steinbrunner <[email protected]>", "Masahiro Chiba <[email protected]>", "NAKAGAWA Masaki <[email protected]>", + "Olaf Alders <[email protected]>", "Pedro Figueiredo <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", "Yanick Champoux <[email protected]>", diff --git a/lib/Carton.pm b/lib/Carton.pm index 64bf23a..62b081b 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.66"); +use version; our $VERSION = version->declare("v0.9.67"); 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
