OrePAN2::Index - Index
This is a module to manipulate 02packages.details.txt.
my $index = OrePAN2::Index->new(%attr)
$index->load($filename)
Load existing 02.packages.details.txt
my ($version, $path) = $index->lookup($package)
Lookup package from index.
$index->add_index($package, $version, $path)
Add new entry to the index.
$index->as_string()
Make index as string.
To install OrePAN2, copy and paste the appropriate command in to your terminal.
cpanm
cpanm OrePAN2
CPAN shell
perl -MCPAN -e shell install OrePAN2
For more information on module installation, please visit the detailed CPAN module installation guide.