
CPAN::YACSmoke::Plugin::Phalanx100 - Test Phalanx 100 list in CPAN::YACSmoke

use CPAN::YACSmoke;
my $config = {
list_from => 'Phalanx100',
};
my $foo = CPAN::YACSmoke->new(config => $config);
my @list = $foo->download_list();

This module provides the backend ability to test modules from the Phalanx 100 list.
This module should be used together with CPAN::YACSmoke.

Creates the plugin object.

Return the list of distributions recorded in the latest RECENT file.

This is a proto-type release. Use with caution and supervision.

Robert Rothenberg <rrwo at cpan.org>
Please submit suggestions and report bugs to the CPAN Bug Tracker at http://rt.cpan.org.

Copyright (C) 2005 by Robert Rothenberg. All Rights Reserved.
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.3 or, at your option, any later version of Perl 5 you may have available.

Module::Phalanx100