summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-10-30 16:11:05 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-10-30 16:11:05 -0700
commita35d313a8d6a4b7830e6141fa7a71b80176ea548 (patch)
tree267afa4ed6fdabe51a8dc72fe762e4fbd3ab4e85
parent5c51e11b8445da48d4220910c0a69be8e8ec6560 (diff)
downloadcarton-a35d313a8d6a4b7830e6141fa7a71b80176ea548.tar.gz
fix docs
-rw-r--r--lib/Carton/Doc/Bundle.pod12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/Carton/Doc/Bundle.pod b/lib/Carton/Doc/Bundle.pod
index d098164..b38fd16 100644
--- a/lib/Carton/Doc/Bundle.pod
+++ b/lib/Carton/Doc/Bundle.pod
@@ -8,10 +8,16 @@ Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache
=head1 DESCRIPTION
-This command bundles cached tarballs into C<vendor/cache>
-directory. These tarballs have been cached in C<local/cache> while
-resolving dependencies in the snapshot file.snapshot.
+This command bundles cached tarballs into C<vendor/cache> directory,
+so you can deploy on a host without an internet access to CPAN
+mirrors.
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>.
+
+This command also creates an experimental fatpacked executable
+C<carton> file in C<vendor/bin> directory, to bootstrap the carton
+install process on a host without Carton installed. This is considered
+experimental, and can be turned off with C<--no-fatpack> option.
+