1Carton::Doc::Bundle(3)User Contributed Perl DocumentationCarton::Doc::Bundle(3)
2
3
4
6 Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache
7
9 carton bundle
10
12 This command bundles cached tarballs into "vendor/cache" directory.
13 These tarballs have been cached in "local/cache" while resolving
14 dependencies in the snapshot file.snapshot.
15
16 Bundled modules can be committed to a version control system, or
17 transferred to another host with scp/rsync etc. to install with either
18 "carton install --cached", or a plain cpanm command with:
19
20 cpanm --from file://$PWD/vendor/cache -L local --installdeps .
21
22
23
24perl v5.38.0 2023-07-20 Carton::Doc::Bundle(3)