summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-07-19 23:36:40 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-07-19 23:36:40 -0700
commite498315e94f8235811047b49067c1299ce699c3c (patch)
treeba01b704fa23b718c89c2ff6d2704dca19a059cc
parent187db318c73562ab02317ac41b00d94a5445cbe3 (diff)
downloadcarton-e498315e94f8235811047b49067c1299ce699c3c.tar.gz
Document --without develop
-rw-r--r--lib/Carton/Doc/Install.pod10
1 files changed, 9 insertions, 1 deletions
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