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


CPAN-YACSmoke-Plugin-Phalanx100 documentation  | view source Contained in the CPAN-YACSmoke-Plugin-Phalanx100 distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This module provides the backend ability to test modules from the Phalanx 100 list.

This module should be used together with CPAN::YACSmoke.

CONSTRUCTOR

Top

new()

Creates the plugin object.

METHODS

Top

download_list()

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

CAVEATS

Top

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

AUTHOR

Top

Robert Rothenberg <rrwo at cpan.org>

Suggestions and Bug Reporting

Please submit suggestions and report bugs to the CPAN Bug Tracker at http://rt.cpan.org.

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

  Module::Phalanx100


CPAN-YACSmoke-Plugin-Phalanx100 documentation  | view source Contained in the CPAN-YACSmoke-Plugin-Phalanx100 distribution.