This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit c3f9e7a6507a479af34650f4a033df598a054898
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Tue Aug 20 20:05:12 2013 -0700

    add cpanfile to git
---
 lib/Carton.pm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index b54a599..86ed7d1 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -55,7 +55,7 @@ recommended to exclude these directories from the version 
control
 system.
 
   > echo local/ >> .gitignore
-  > git add cpanfile.snapshot
+  > git add cpanfile cpanfile.snapshot
   > git commit -m "Start using carton"
 
 =head2 Tracking the dependencies
@@ -74,10 +74,11 @@ The modules are installed into your I<local> directory, and 
the
 dependencies tree and version information are analyzed and saved into
 I<cpanfile.snapshot> in your directory.
 
-Make sure you add I<cpanfile.snapshot> to your version controlled repository
-and commit changes as you update dependencies. This will ensure that
-other developers on your app, as well as your deployment environment,
-use exactly the same versions of the modules you just installed.
+Make sure you add I<cpanfile> and I<cpanfile.snapshot> to your version
+controlled repository and commit changes as you update
+dependencies. This will ensure that other developers on your app, as
+well as your deployment environment, use exactly the same versions of
+the modules you just installed.
 
   > git add cpanfile cpanfile.snapshot
   > git commit -m "Added Plack and Starman"

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to