NAME Module::Phalanx100 - list of Phalanx 100 modules REQUIREMENTS This module is designed for Perl 5.004. The following non-core modules are required: Test::More Tie::IxHash Installation Installation can be done using the traditional Makefile.PL or the newer Build.PL methods. Using Makefile.PL: perl Makefile.PL make make test make install (On Windows platforms you should use nmake instead.) Using Build.PL (if you have Module::Build installed): perl Build.PL perl Build perl Build test perl Build install SYNOPSIS use Module::Phalanx100; @dists = Module::Phalanx100->dists; if (Module::Phalanx100->dists('HTML-Parser')) { ... } @mods = Module::Phalanx100->modules(); $dist = Module::Phalanx100->modules('HTML::Parser'); DESCRIPTION This module returns a list of Phalanx 100 distributions and modules, to be used with other applications which need this information. It only provides a list of distrobutions or modules. It does not install them. (Use Bundle::Phalanx100 for that purpose.) 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. Additional information can be found in the module documentation. REVISION HISTORY The following changes have been made since the last public release: 0.05 Mon Apr 4 2005 - corrected bug in Pod::Coverage tests - minor code tweaks More details of the revision history can be found in the Changes file included with this distribution. DSLIP b - Beta testing d - Developer p - Perl-only f - plain Functions p - Standard Perl See AUTHOR Robert Rothenberg COPYRIGHT AND LICENSE 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.