diff options
Diffstat (limited to 'lib/Carton/Doc/Bundle.pod')
-rw-r--r-- | lib/Carton/Doc/Bundle.pod | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/Carton/Doc/Bundle.pod b/lib/Carton/Doc/Bundle.pod new file mode 100644 index 0000000..68ce8cc --- /dev/null +++ b/lib/Carton/Doc/Bundle.pod @@ -0,0 +1,20 @@ +=head1 NAME + +Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache + +=head1 SYNOPSIS + + carton bundle + +=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. + +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>. + +See also C<carton fatpack> that generates C<carton> executable in +C<vendor/bin>. |