-
-
29 May 2016 18:55:38 UTC
- Distribution: ParallelUserAgent
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (12)
- Testers (727 / 66 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (57.53KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- IO::Socket::SSL
- LWP
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
LWP::RobotPUA - Parallel LWP::RobotUA
SYNOPSIS
require LWP::RobotPUA; $ua = new LWP::RobotPUA 'my-robot/0.1', 'me@foo.com'; (see description of LWP::Parallel::RobotUA)
DESCRIPTION
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
Marc Langheinrich, marclang@cpan.org
SEE ALSO
LWP::Parallel::RobotUA, LWP::Parallel::UserAgent, LWP::RobotUA
COPYRIGHT
Copyright 1997-2004 Marc Langheinrich <marclang@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install LWP::RobotPUA, copy and paste the appropriate command in to your terminal.
cpanm LWP::RobotPUA
perl -MCPAN -e shell install LWP::RobotPUA
For more information on module installation, please visit the detailed CPAN module installation guide.