public
Description: (Perl) Index a Perl distribution
Homepage: http://search.cpan.org/dist/MyCPAN-Indexer
Clone URL: git://github.com/briandfoy/mycpan-indexer.git
Click here to lend your support to: mycpan-indexer and make a donation at www.pledgie.com !
name age message
file .gitignore Sat Aug 01 01:21:40 -0700 2009 ignore "~" temp files in git and manifest Sign... [bricas]
file .releaserc Fri Oct 31 05:49:34 -0700 2008 * skip_prereqs [brian d foy]
file Changes Mon Nov 30 15:44:33 -0800 2009 * for version 1.28_02 [briandfoy]
file DISTS_TO_CHECK Wed Jun 17 14:53:05 -0700 2009 * Try to guess the primary package based on fil... [briandfoy]
file LICENSE Fri Nov 07 22:47:50 -0800 2008 * Restored LICENSE file. [brian d foy]
file MANIFEST Sun Nov 08 00:22:09 -0800 2009 * Set the Log4perl config via MYCPAN_LOG4PERL_FILE [briandfoy]
file MANIFEST.SKIP Mon Aug 17 14:47:44 -0700 2009 * I was calling guess_primary_package without a... [briandfoy]
file Makefile.PL Fri Nov 20 03:34:52 -0800 2009 * organize the dists in the first directory in ... [briandfoy]
file README Wed Oct 29 15:11:05 -0700 2008 * Get rid of CVS tags and re-order changes [brian d foy]
directory examples/ Sun Nov 08 00:22:09 -0800 2009 * Set the Log4perl config via MYCPAN_LOG4PERL_FILE [briandfoy]
directory lib/ Fri Dec 04 00:52:56 -0800 2009 $application->{argv} is an array reference, der... [ruz]
directory research/ Mon Sep 15 23:42:48 -0700 2008 Eric Wilhelm's script to look for Module::Build [brian d foy]
directory t/ Mon Aug 17 14:47:44 -0700 2009 * I was calling guess_primary_package without a... [briandfoy]
directory test-corpus/ Mon Aug 17 14:47:44 -0700 2009 * I was calling guess_primary_package without a... [briandfoy]
README
You can install this using in the usual Perl fashion

  perl Makefile.PL
  make
  make test
  make install
  
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

  perldoc MyCPAN::Indexer
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/Indexer.pm
  
This module is also in Github

  git://github.com/briandfoy/mycpan-indexer.git


Enjoy, 

brian d foy, bdfoy@cpan.org