
Module::Phalanx100 - list of Phalanx 100 modules

use Module::Phalanx100;
@dists = Module::Phalanx100->dists;
if (Module::Phalanx100->dists('HTML-Parser')) {
...
}
@mods = Module::Phalanx100->modules();
$dist = Module::Phalanx100->modules('HTML::Parser');

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:
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.)
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.

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:

b - Beta testing d - Developer p - Perl-only f - plain Functions p - Standard Perl
See http://cpan.uwinnipeg.ca/htdocs/faqs/dslip.html

Robert Rothenberg <rrwo at cpan.org>

Copyright (C) 2005 by Robert Rothenberg
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.