Module::Which::List

Module::Which::List lists .pm files under specified library paths.
Download

Module::Which::List Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adriano R. Ferreira
  • Publisher web site:
  • http://search.cpan.org/~ferreira/Acme-Note-0.5/lib/Acme/Note.pm

Module::Which::List Tags


Module::Which::List Description

Module::Which::List lists .pm files under specified library paths. Module::Which::List lists .pm files under specified library paths.SYNOPSIS use Module::Which::List qw(list_pm_files); my @files = list_pm_files('XML::', 'lib1/', 'lib2/'); # return all modules XML::* installed under 'lib1/' and 'lib2/' my @files = list_pm_files('Data::Dumper'); # uses @INCYes, I know: it is a mess down below. But release early, release often (before my breath disappears). pm_glob => 'File::Which' pm_root => 'File::Which::' list_files($pm_glob, { recurse => '0|1', include => @INC }) prefixes - take a look at Module::List pod - take a look at Module::List list_files('Module::Which') => list_files('Module::') => Requirements: · Perl


Module::Which::List Related Software