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
PMD_INDEXER.PLX(1) User Contributed Perl Documentation PMD_INDEXER.PLX(1)

pmd_indexer - make Module::Dependency index

        pmd_indexer.plx [-h] [-t] [-o <datafile>] -b <directory> [<directory>...]

        -h Displays this help
        -t Displays trace messages
        -b Actually build the indexes
        -o the location of the datafile

        Followed by a list of directories that you want to index.

        pmd_indexer.plx -o ./unified.dat -t -b ~/src/dependency/

Module::Dependency modules rely on a database of dependencies because creating the index at every runtime is both expensive and unnecessary. This program uses File::Find for every named directory and looks for .pl and .pm files, which it then extracts dependency information from.

The default index file is $ENV{PERL_PMD_DB} or /var/tmp/dependence/unified.dat but you can specify another using the -o option.

$Id: pmd_indexer.plx 6643 2006-07-12 20:23:31Z timbo $
2006-07-12 perl v5.32.1

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

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