CPANPLUS::Dist::Autobundle - CPANPLUS::Dist::Autobundle documentation


CPANPLUS documentation  | view source Contained in the CPANPLUS distribution.

Index


NAME

Top

CPANPLUS::Dist::Autobundle

SYNOPSIS

Top

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

DESCRIPTION

Top

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.


CPANPLUS documentation  | view source Contained in the CPANPLUS distribution.