logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache

Description

       This command bundles cached tarballs into "vendor/cache" directory. These tarballs have been cached in
       "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 install with either "carton install --cached", or a plain cpanm command with:

         cpanm --from file://$PWD/vendor/cache -L local --installdeps .

perl v5.34.0                                       2022-05-12                           Carton::Doc::Bundle(3pm)

Name

       Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache

Synopsis

         carton bundle

See Also