summaryrefslogtreecommitdiff
path: root/lib/Carton/Doc/Bundle.pod
blob: 68ce8cc4071f4d6c504106d0fb20da6212a29ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>.