This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 2d7298f19a420aeb468a7d9f43f47f945787059b Author: Tatsuhiko Miyagawa <[email protected]> Date: Wed Oct 19 14:33:04 2011 +0900 Checking in changes prior to tagging of version v0.9.3. Changelog diff is: diff --git a/Changes b/Changes index 3b93b17..e552491 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for carton +v0.9.3 Wed Oct 19 14:30:50 JST 2011 + - Fixed META.yml by patching Module::Install and repackaging + v0.9.2 Tue Oct 18 12:53:57 JST 2011 - Fixed packaging *again* by declaring version as a simple string via http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ --- Changes | 3 +++ Makefile.PL | 1 + lib/Carton.pm | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3b93b17..e552491 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for carton +v0.9.3 Wed Oct 19 14:30:50 JST 2011 + - Fixed META.yml by patching Module::Install and repackaging + v0.9.2 Tue Oct 18 12:53:57 JST 2011 - Fixed packaging *again* by declaring version as a simple string via http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ diff --git a/Makefile.PL b/Makefile.PL index 51151bd..b861b65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ name 'carton'; version_from 'lib/Carton.pm'; perl_version '5.008001'; license_from 'lib/Carton.pod'; +author_from 'lib/Carton.pod'; readme_from('lib/Carton.pod'); configure_requires 'version', 0.77; diff --git a/lib/Carton.pm b/lib/Carton.pm index 14beb46..4285a1c 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 = "v0.9.2"; +use version; our $VERSION = "v0.9.3"; use Cwd; use Config qw(%Config); -- 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
