[carton] 372/472: Fix documentation

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:25 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 b9ca60f3d342637b382aaef54a34df30ee3e232e
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jul 29 11:35:01 2013 -0700

    Fix documentation
---
 lib/Carton/Doc/Exec.pod | 4 ++--
 lib/Carton/Doc/FAQ.pod  | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/lib/Carton/Doc/Exec.pod b/lib/Carton/Doc/Exec.pod
index 4e9f731..9eeca09 100644
--- a/lib/Carton/Doc/Exec.pod
+++ b/lib/Carton/Doc/Exec.pod
@@ -9,8 +9,8 @@ Carton::Doc::Exec - execute your script in a carton local environment
 =head1 DESCRIPTION
 
 This command allows you to run your script in an isolated carton local
-environment, which means the whole perl 5 library path C<@INC> are the
-only ones from perl's core library path, carton's library path
+environment, which means the perl 5 library path C<@INC> are the only
+ones from perl's core library path, carton's library path
 (i.e. C<local/lib/perl5>) and the current directory.
 
 This is useful to make sure your scripts and application use the exact
diff --git a/lib/Carton/Doc/FAQ.pod b/lib/Carton/Doc/FAQ.pod
index 657bfec..febf3a1 100644
--- a/lib/Carton/Doc/FAQ.pod
+++ b/lib/Carton/Doc/FAQ.pod
@@ -56,7 +56,13 @@ to be version controlled, inside your application directory. You don't
 need a separate database, a directory or a web server to maintain
 tarballs outside your application. The I<cpanfile.snapshot> file can always
 be generated with C<carton install> command, and C<carton install> on
-another machine can use the version in the lock.
+another machine can use the version in the snapshot.
+
+=head2 I already use Pinto to create DarkPAN mirror. Can I use Carton with this?
+
+Yes, by specifying Pinto mirror as your Carton mirror, you can take a
+snapshot of your dependencies including your private modules on Pinto,
+or whatever DarkPAN mirror.
 
 =head2 I'm already using perlbrew and local::lib. Can I use carton with this?
 

-- 
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