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)