This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 13af7d98b3e66196d9250694511553b30af49416 Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Jun 26 17:09:25 2011 -0700 remove check from tutorial --- README | 1 - lib/Carton.pod | 1 - 2 files changed, 2 deletions(-) diff --git a/README b/README index ffdf6a9..fd205c4 100644 --- a/README +++ b/README @@ -40,7 +40,6 @@ TUTORIAL *local* directory to install modules into. You're recommended to exclude these directories from the version control system. - > carton check > echo .carton/ >> .gitignore > echo local/ >> .gitignore > git add carton.lock diff --git a/lib/Carton.pod b/lib/Carton.pod index fa40726..0d5eedf 100644 --- a/lib/Carton.pod +++ b/lib/Carton.pod @@ -46,7 +46,6 @@ carton will use the I<.carton> directory for local configuration and the I<local> directory to install modules into. You're recommended to exclude these directories from the version control system. - > carton check > echo .carton/ >> .gitignore > echo local/ >> .gitignore > git add carton.lock -- 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
