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

CPANPLUS::Dist::Autobundle - distribution class for installation snapshots

Description

       "CPANPLUS::Dist::Autobundle" is a distribution class for installing installation snapshots as created by
       "CPANPLUS"' "autobundle" command.

       All modules as mentioned in the snapshot will be installed on your system.

perl v5.40.1                                       2025-03-01                    CPANPLUS::Dist::Autobundle(3pm)

Name

       CPANPLUS::Dist::Autobundle - distribution class for installation snapshots

Synopsis

           $modobj = $cb->parse_module( module => 'file://path/to/Snapshot_XXYY.pm' );
           $modobj->install;

See Also