Skip to content

Commit

Permalink
Prepare for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jan 2, 2010
1 parent 6a56f97 commit 36d4499
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
5 changes: 4 additions & 1 deletion trunk/README
Expand Up @@ -2,7 +2,7 @@ POE::Component::Client::UserAgent
---------------------------------

POE::Component::Client::UserAgent is
Copyright 2001-2002 Rocco Caputo <troc+pcua@pobox.com>
Copyright 2001-2010 Rocco Caputo <troc+pcua@pobox.com>

This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
Expand Down Expand Up @@ -72,6 +72,9 @@ Test scripts are also good examples of the component usage.
See Also
--------

We recommend POE::Component::Client::HTTP as an alternative to this
module.

POE
http://poe.perl.org/

Expand Down
22 changes: 17 additions & 5 deletions trunk/UserAgent.pm
Expand Up @@ -4,7 +4,7 @@ use POE;
use LWP::Parallel;

@POE::Component::Client::UserAgent::ISA = 'LWP::Parallel::UserAgent';
$POE::Component::Client::UserAgent::VERSION = '0.06';
$POE::Component::Client::UserAgent::VERSION = '0.07';

my $debuglevel = 0;

Expand Down Expand Up @@ -412,6 +412,13 @@ user agent
=head1 DESCRIPTION
B<Note:> C<POE::Component::Client::UserAgent> dependencies frequently
have problems installing. This module is difficult to maintain when
the latest dependencies don't work. As a result, we prefer to
maintain and recommend L<POE::Component::Client::HTTP>. That client
has fewer, more actively maintained dependencies, and it tends to work
better.
C<POE::Component::Client::UserAgent> is based on C<LWP> and C<LWP::Parallel>.
It lets other tasks run while making a request to an Internet server
and waiting for response, and it lets several requests run in parallel.
Expand Down Expand Up @@ -659,15 +666,15 @@ The POE output will also go to the log file you specify.
=item POE
http://poe.perl.org/
L<POE> or http://poe.perl.org/
=item LWP
http://www.linpro.no/lwp/
L<LWP> or http://www.linpro.no/lwp/
=item LWP::Parallel
http://www.inf.ethz.ch/~langhein/ParallelUA/
L<LWP::Parallel> or http://www.inf.ethz.ch/~langhein/ParallelUA/
=back
Expand All @@ -690,6 +697,11 @@ friendly.
The RobotUA variety of UserAgent is not yet implemented.
L<LWP::Parallel> often cannot install due to feature mismatches with
recent versions of LWP. This interferes with our ability to maintain
and test this module. Please see L<POE::Component::Client::HTTP>,
which does not rely on LWP::Parallel.
=head1 BUG TRACKER
https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Component-Client-UserAgent
Expand All @@ -704,7 +716,7 @@ http://search.cpan.org/dist/POE-Component-Client-UserAgent/
=head1 AUTHOR AND COPYRIGHT
Copyright 2001-2002 Rocco Caputo.
Copyright 2001-2010 Rocco Caputo.
This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
Expand Down

0 comments on commit 36d4499

Please sign in to comment.