Skip Menu |

This queue is for tickets about the LWP-UserAgent-POE CPAN distribution.

Report information
The Basics
Id: 95887
Status: resolved
Priority: 0/
Queue: LWP-UserAgent-POE

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: use base "LWP::UserAgent"; considered harmful
In the real world it is always better to say use LWP::UserAgent; use base "LWP::UserAgent"; Or, instead use 'parent' instead of base.pm. People have written enough against base.pm and they have fixed it to death. It seems unfixable. Anyway, the matrix is red mostly due to this. http://matrix.cpantesters.org/?dist=LWP-UserAgent-POE%200.03 HTH && Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On Thu May 22 22:33:12 2014, ANDK wrote: Show quoted text
> In the real world it is always better to say > > use LWP::UserAgent; > use base "LWP::UserAgent";
Fixed in 0.04: https://github.com/mschilli/lwp-useragent-poe-perl/commit/2a5cba324f78119c4a305dd9017d9e01f114fa77 and release to CPAN. Thanks for your report!