Module::Phalanx100 - list of Phalanx 100 modules


Module-Phalanx100 documentation  | view source Contained in the Module-Phalanx100 distribution.

Index


NAME

Top

Module::Phalanx100 - list of Phalanx 100 modules

SYNOPSIS

Top

  use Module::Phalanx100;

  @dists = Module::Phalanx100->dists;
  if (Module::Phalanx100->dists('HTML-Parser')) {
    ...
  }

  @mods  = Module::Phalanx100->modules();
  $dist = Module::Phalanx100->modules('HTML::Parser');




DESCRIPTION

Top

This module returns a list of Phalanx 100 distributions and modules, to be used with other applications which need this information.

This information is generated by the scripts/update-list.pl script which cross-references the modules in Bundle::Phalanx100 with the latest package list from CPAN. Any omissions or errors in those lists will be translated to the lists returned by this module.

The following functions are defined but not exportable:

dists

If called with no arguments, returns a list of distributions.

If called with an argument, it returns true if that distribution is in the list. (It assumes there is no version number.)

modules

If called with no arguments, it returns a list of modules.

If called with an argument, it returns the name of the distribution that the module is in, or undef if the module is not in the list.

SEE ALSO

Top

  Bundle::Phalanx100

The following modules provide additional CPAN meta-data:

  Module::CoreList
  Parse::CPAN::Packages

The following modules provide dependency information:

  CPAN::Dependency
  CPAN::Unwind
  Module::Info
  Module::Dependency
  Module::Depends
  Module::MakefilePL::Parse
  Module::PrintUsed
  Module::ScanDeps

Additional information can be found at the following web sites:

DSLIP

Top

  b - Beta testing
  d - Developer
  p - Perl-only
  f - plain Functions
  p - Standard Perl

See http://cpan.uwinnipeg.ca/htdocs/faqs/dslip.html

AUTHOR

Top

Robert Rothenberg <rrwo at cpan.org>

COPYRIGHT AND LICENSE

Top


Module-Phalanx100 documentation  | view source Contained in the Module-Phalanx100 distribution.