[carton] 327/472: Document --without develop

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:01 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 e498315e94f8235811047b49067c1299ce699c3c
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Jul 19 23:36:40 2013 -0700

    Document --without develop
---
 lib/Carton/Doc/Install.pod | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/lib/Carton/Doc/Install.pod b/lib/Carton/Doc/Install.pod
index c9697e1..5615df5 100644
--- a/lib/Carton/Doc/Install.pod
+++ b/lib/Carton/Doc/Install.pod
@@ -4,7 +4,7 @@ Carton::Doc::Install - Install the dependencies
 
 =head1 SYNOPSIS
 
-  carton install [--deployment] [--path=PATH]
+  carton install [--deployment] [--path=PATH] [--without develop]
 
 =head1 DESCRIPTION
 
@@ -56,4 +56,12 @@ Force the deployment mode and carton will ignore I<cpanfile> contents.
 
 Specify the path to install modules to. Defaults to I<local> in the current directory.
 
+=item --without
+
+By default, C<carton install> will install all the phases for
+dependencies, including C<develop>. You can specify phases or features
+to exclude, in the comma separated list.
+
+  carton install --without develop
+
 =back

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