GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OrePAN2::Index(3) User Contributed Perl Documentation OrePAN2::Index(3)

OrePAN2::Index - Index

This is a module to manipulate 02packages.details.txt.

"my $index = OrePAN2::Index->new(%attr)"
"$index->load($filename)"
Load an existing 02.packages.details.txt
"my ($version, $path) = $index->lookup($package)"
Perform a package lookup on the index.
"$index->delete_index($package)"
Delete a package from the index.
"$index->add_index($package, $version, $path)"
Add a new entry to the index.
"$index->as_string()"
Returns the content of the index as a string. Some of the index metadata can cause merge conflicts when multiple developers are working on the same project. You can avoid this problem by using a paring down the metadata. "simple" defaults to 0.

    $index->as_string( simple => 1 );
    

Make index as string.

2015-07-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.