[carton] 262/472: update docs

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:53 UTC 2015


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

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

commit a697cb5492fb9d2515abbfc9755d4316c8c20b0f
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jun 3 17:00:33 2013 +0900

    update docs
---
 lib/Carton.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 33cb474..a236878 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -97,13 +97,13 @@ available on CPAN, such as internal distribution aka DarkPAN.
 
   > carton bundle
 
-will bundle these tarballs into I<local/cache> directory, and
+will bundle these tarballs into I<vendor/cache> directory, and
 
   > carton install --cached
 
-will install modules using this local cache. This way you can avoid a
-dependency on CPAN meta DB and search.cpan.org at a deploy time, or
-you can have dependencies onto private CPAN modules aka DarkPAN.
+will install modules using this local cache. This way you can avoid
+querying for a database like CPAN Meta DB or CPAN mirrors upon
+deployment time.
 
 =head1 COMMUNITY
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list