This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit ee1ddcb824cd405b4728f590e20aaed9c561a77e Author: Tatsuhiko Miyagawa <[email protected]> Date: Tue Oct 18 12:52:26 2011 +0900 declare VERSION using a simple string. See http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ --- lib/Carton.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Carton.pm b/lib/Carton.pm index f9cff0e..d663b9b 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 = qv('v0.9.1'); +use version; our $VERSION = "v0.9.1"; 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
