public
Fork of briandfoy/mycpan-indexer
Description: (Perl) Index a Perl distribution
Homepage: http://search.cpan.org/dist/MyCPAN-Indexer
Clone URL: git://github.com/bricas/mycpan-indexer.git
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 Loading commit data...
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
file MANIFEST.SKIP
file Makefile.PL
file README Wed Oct 29 15:11:05 -0700 2008 * Get rid of CVS tags and re-order changes [brian d foy]
directory examples/
directory lib/
directory research/ Mon Sep 15 23:42:48 -0700 2008 Eric Wilhelm's script to look for Module::Build [brian d foy]
directory t/
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