This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit cc4e711f1287aecd234f14a14f434193146c89bd Author: Tatsuhiko Miyagawa <[email protected]> Date: Sat Mar 30 15:02:10 2013 -0700 v0.9.12 --- Build.PL | 2 +- Changes | 3 +++ META.json | 2 +- lib/Carton.pm | 2 +- lib/Carton/CLI.pm | 2 +- lib/Carton/Error.pm | 2 +- lib/Carton/Tree.pm | 2 +- lib/Carton/Util.pm | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index 19ea04f..387d110 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %module_build_args = ( "Tatsuhiko Miyagawa <miyagawa\@bulknews.net>" ], "dist_name" => "carton", - "dist_version" => "v0.9.11", + "dist_version" => "v0.9.12", "license" => "perl", "module_name" => "carton", "recommends" => {}, diff --git a/Changes b/Changes index 465f45c..7fe5688 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for carton {{$NEXT}} +v0.9.12 2013-03-30 15:01:55 PDT + - repackage to set $VERSION + v0.9.11 2013-03-30 14:54:21 PDT - Ignore 'perl' requirements so as it won't fail, for now. #71 - Install 'test' dependencies by default. #66 diff --git a/META.json b/META.json index bee10f3..3f88ec7 100644 --- a/META.json +++ b/META.json @@ -65,6 +65,6 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.11" + "version" : "v0.9.12" } diff --git a/lib/Carton.pm b/lib/Carton.pm index b89dc77..c07c76e 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -3,7 +3,7 @@ package Carton; use strict; use warnings; use 5.008_001; -use version; our $VERSION = version->declare("v0.9.11"); +use version; our $VERSION = version->declare("v0.9.12"); use Cwd; use Config qw(%Config); diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm index 22fe9fa..d96ebfe 100644 --- a/lib/Carton/CLI.pm +++ b/lib/Carton/CLI.pm @@ -1,7 +1,7 @@ package Carton::CLI; use strict; use warnings; -use version; our $VERSION = version->declare("v0.9.11"); +use version; our $VERSION = version->declare("v0.9.12"); use Cwd; use Config; diff --git a/lib/Carton/Error.pm b/lib/Carton/Error.pm index 534c637..c2943ea 100644 --- a/lib/Carton/Error.pm +++ b/lib/Carton/Error.pm @@ -1,6 +1,6 @@ package Carton::Error; use strict; -use version; our $VERSION = version->declare("v0.9.11"); +use version; our $VERSION = version->declare("v0.9.12"); use Exception::Class ( 'Carton::Error::CommandExit', ); diff --git a/lib/Carton/Tree.pm b/lib/Carton/Tree.pm index 66fcb47..e05504c 100644 --- a/lib/Carton/Tree.pm +++ b/lib/Carton/Tree.pm @@ -1,7 +1,7 @@ package Carton::TreeNode; use strict; use warnings; -use version; our $VERSION = version->declare("v0.9.11"); +use version; our $VERSION = version->declare("v0.9.12"); my %cache; diff --git a/lib/Carton/Util.pm b/lib/Carton/Util.pm index a8d1f9d..2c77ab0 100644 --- a/lib/Carton/Util.pm +++ b/lib/Carton/Util.pm @@ -1,7 +1,7 @@ package Carton::Util; use strict; use warnings; -use version; our $VERSION = version->declare("v0.9.11"); +use version; our $VERSION = version->declare("v0.9.12"); sub load_json { my $file = shift; -- 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
