This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit e093ead7d77ce3ef9dd38a08dee581a23028f95f Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Aug 4 17:10:20 2013 -0700 v1.0.1 --- Build.PL | 2 +- Changes | 4 ++++ META.json | 2 +- README.md | 7 ------- lib/Carton.pm | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Build.PL b/Build.PL index f7994e3..6ddd253 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "Carton", - "dist_version" => "v1.0.0", + "dist_version" => "v1.0.1", "license" => "perl", "module_name" => "Carton", "recommends" => {}, diff --git a/Changes b/Changes index 5a2e268..6295c9c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for carton {{$NEXT}} +v1.0.1 2013-08-04 17:10:10 PDT + - Update docs + - Fixed bug where version range requirements are not properly preserved in the snapshot #117 (lestrrat) + v1.0.0 2013-08-04 12:29:31 PDT - This makes 1.0 release - Documentation update diff --git a/META.json b/META.json index 596900a..78cce7a 100644 --- a/META.json +++ b/META.json @@ -78,7 +78,7 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v1.0.0", + "version" : "v1.0.1", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", diff --git a/README.md b/README.md index 741bbb7..f2311a5 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,6 @@ Carton - Perl module dependency manager (aka Bundler for Perl) > carton install > carton exec starman -p 8080 myapp.psgi -# WARNING - -__This software is under heavy development and considered ALPHA -quality till its version hits v1.0.0. Things might be broken, not all -features have been implemented, and APIs are likely to change. YOU -HAVE BEEN WARNED.__ - # AVAILABILITY Carton only works with perl installation with the complete set of core diff --git a/lib/Carton.pm b/lib/Carton.pm index 6675487..8db2069 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("v1.0.0"); +use version; our $VERSION = version->declare("v1.0.1"); 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
