briandfoy / module--extract--use

Extract the modules a Perl file uses

This URL has Read+Write access

brian d foy (author)
Fri Aug 07 20:17:06 -0700 2009
commit  71139c180e9eeedde93982f747ac637c3c37e60d
tree    eb160adc44f0ce9c75d5d5bd31f4e7834c09485b
parent  3c5b24213570246a15c1e299f00f5023f47fbe7b
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 Module::Extract::Use
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/Use.pm
  
This module is Github

  http://github.com/briandfoy/module--extract--use/tree/master

Enjoy, 

brian d foy, bdfoy@cpan.org