Ubuntu Manpages

Module::Install::Admin::Include

include methods for Module::Install

Given a module package name, recursively include every package that module needs.

Given a module name, $module, figures out which modules are in the dist containing that module and copies all those files to ./inc. I bet there's a way to harness smarter logic from PAR.

Given a module name, returns the file on CPAN containing its latest version.

Takes the output of CPAN::Module->cpan_file and return all the modules that CPAN.pm knows are in that dist. There's probably a better way using CPANPLUS