LWP::RobotPUA - Parallel LWP::RobotUA


ParallelUserAgent documentation  | view source Contained in the ParallelUserAgent distribution.

Index


NAME

Top

LWP::RobotPUA - Parallel LWP::RobotUA

SYNOPSIS

Top

  require LWP::RobotPUA;
  $ua = new LWP::RobotPUA 'my-robot/0.1', 'me@foo.com';

  (see description of LWP::Parallel::RobotUA)

DESCRIPTION

Top

RobotPUA is a simple frontend to the LWP::Parallel::RobotUA module. It is here in order to maintain the compatibility with previous releases. However, in order to prevent the previous need for changing the original LWP sources, all extension files have been moved to the LWP::Parallel subtree.

If you start from scratch, maybe you should start using LWP::Parallel and its submodules directly.

See the LWP::Parallel::RobotUA for the documentation on this module.

AUTHOR

Top

Marc Langheinrich, marclang@cpan.org

SEE ALSO

Top

LWP::Parallel::RobotUA, LWP::Parallel::UserAgent, LWP::RobotUA

COPYRIGHT

Top


ParallelUserAgent documentation  | view source Contained in the ParallelUserAgent distribution.