Scroll to navigation

CPANPLUS::Dist::Autobundle(3pm) Perl Programmers Reference Guide CPANPLUS::Dist::Autobundle(3pm)

NAME

CPANPLUS::Dist::Autobundle

SYNOPSIS

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

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.

2009-05-03 perl v5.10.1