This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 95c186ccc5ad349f29527b64ccd8b1925f72de70 Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Aug 4 12:29:41 2013 -0700 v1.0.0 --- Build.PL | 4 ++-- Changes | 5 +++++ META.json | 8 ++++---- README.md | 10 ++++++++++ lib/Carton.pm | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index 1935272..f7994e3 100644 --- a/Build.PL +++ b/Build.PL @@ -18,13 +18,13 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "Carton", - "dist_version" => "v0.9.68", + "dist_version" => "v1.0.0", "license" => "perl", "module_name" => "Carton", "recommends" => {}, "recursive_test_files" => 1, "requires" => { - "App::cpanminus" => "1.6929", + "App::cpanminus" => "1.6935", "CPAN::Meta" => "2.120921", "CPAN::Meta::Requirements" => "2.121", "Exception::Class" => "1.32", diff --git a/Changes b/Changes index cb5c74c..5a2e268 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for carton {{$NEXT}} +v1.0.0 2013-08-04 12:29:31 PDT + - This makes 1.0 release + - Documentation update + - Bump cpanm dependency + v0.9.68 2013-07-26 17:49:28 PDT - Change the distribution name case, to match with the module name - Add Module::CoreList as a dependency for perl 5.8 diff --git a/META.json b/META.json index 105f25b..596900a 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560", + "generated_by" : "Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.132140", "license" : [ "perl_5" ], @@ -46,7 +46,7 @@ }, "runtime" : { "requires" : { - "App::cpanminus" : "1.6929", + "App::cpanminus" : "1.6935", "CPAN::Meta" : "2.120921", "CPAN::Meta::Requirements" : "2.121", "Exception::Class" : "1.32", @@ -66,7 +66,7 @@ } } }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/miyagawa/carton/issues" @@ -78,7 +78,7 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.68", + "version" : "v1.0.0", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", diff --git a/README.md b/README.md index 018982c..741bbb7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ 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 +modules. If you use perl installed by a vendor package with modules +stripped from core, Carton is not expected to work correctly. + +Also, Carton requires you to run your command/application with +`carton exec` command, which means it's difficult or impossible to +run in an embedded perl use case such as mod\_perl. + # DESCRIPTION carton is a command line tool to track the Perl module dependencies diff --git a/lib/Carton.pm b/lib/Carton.pm index 97b075c..5c8108c 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.68"); +use version; our $VERSION = version->declare("v1.0.0"); 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
