summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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