This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit d2e5fe8641f4b1cb6217eddee1f9c754480130d1 Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Jun 26 14:57:49 2011 -0700 update DESCRIPTION --- README | 5 ++++- lib/Carton.pod | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 925c2f8..ffdf6a9 100644 --- a/README +++ b/README @@ -29,7 +29,10 @@ WARNING DESCRIPTION carton is a command line tool to track the Perl module dependencies for - your Perl application. + your Perl application. The managed dependencies are tracked in a + *carton.lock* file, which is meant to be version controlled, and the + lock file allows other developers of your application will have the + exact same versions of the modules. TUTORIAL Initializing the environment diff --git a/lib/Carton.pod b/lib/Carton.pod index c855893..fa40726 100644 --- a/lib/Carton.pod +++ b/lib/Carton.pod @@ -33,7 +33,10 @@ HAVE BEEN WARNED.> =head1 DESCRIPTION carton is a command line tool to track the Perl module dependencies -for your Perl application. +for your Perl application. The managed dependencies are tracked in a +I<carton.lock> file, which is meant to be version controlled, and the +lock file allows other developers of your application will have the +exact same versions of the modules. =head1 TUTORIAL -- 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
