CPAN::YACSmoke::Plugin::NNTPWeb
===============================

DESCRIPTION

An NNTP Web plugin for CPAN::YACSmoke. As a standalone module it isn't
terribly useful, as such see CPAN::YACSmoke for more useful information.

SYNOPSIS

  my $plugin = CPAN::YACSmoke::Plugin::NNTPWeb->new(%config);
  my @list = $plugin->download_list();

DEPENDENCIES

The distribution requires the following modules:

  CPAN::YACSmoke
  WWW::Mechanize
  Template::Extract
  Storable            (CORE Perl)
  File::Basename      (CORE Perl)
  File::Path          (CORE Perl)
  Test::More

For testing purposes, the following modules are desireable, but not essential:

  Test::Pod
  Test::Pod::Coverage
  Test::YAML::Meta

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

On Windows platforms you should use nmake instead.

CAVEATS

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

The current version has a very primitive interface and limited
functionality. Future versions may have a lot of options.

SUPPORT

There are no known bugs at the time of this release. However, if you spot a
bug or are experiencing difficulties that are not explained within the POD
documentation, please submit a bug to the RT system (see link below). However,
it would help greatly if you are able to pinpoint problems or even supply a 
patch. 

Fixes are dependant upon their severity and my availablity. Should a fix not
be forthcoming, please feel free to (politely) remind me by sending an email
to barbie@cpan.org .

RT: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-YACSmoke-Plugin-NNTPWeb

DSLIP

  b - Beta testing
  d - Developer
  p - Perl-only
  O - Object oriented
  p - Standard-Perl: user may choose between GPL and Artistic

AUTHOR

Barbie <barbie@cpan.org>
for Miss Barbell Productions http://www.missbarbell.co.uk.

COPYRIGHT AND LICENSE

  Copyright (C) 2005-2007 Barbie for Miss Barbell Productions.

  This library is free software; you can redistribute it and/or 
  modify it under the same terms as Perl itself.

The full text of the licenses can be found in the Artistic file included with
this distribution, or in perlartistic file available with your Perl 
installation.
