summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-09-24 19:59:38 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-09-24 19:59:38 +0900
commit28957e776e0cb8c3d74cd847257337204a1a42ce (patch)
tree6d06baabd48fae9d11d0d1af43860cdea76d3557
parent4c20148488764a885f561757b1646e7c7ab22d03 (diff)
downloadcarton-28957e776e0cb8c3d74cd847257337204a1a42ce.tar.gz
document
-rw-r--r--lib/Carton/Doc/Bundle.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Carton/Doc/Bundle.pod b/lib/Carton/Doc/Bundle.pod
index d098164..834338f 100644
--- a/lib/Carton/Doc/Bundle.pod
+++ b/lib/Carton/Doc/Bundle.pod
@@ -15,3 +15,13 @@ resolving dependencies in the snapshot file.snapshot.
Bundled modules can be committed to a version control system, or
transferred to another host with scp/rsync etc. to use with C<carton
install --cached>.
+
+=head1 OPTIONS
+
+=over 4
+
+=item --no-fatpack
+
+Skip generating fatpacked C<carton> executable in C<vendor/bin>.
+
+=back