in reply to Re: base class manipulation: Is there something similar on CPAN?
in thread base class manipulation: Is there something similar on CPAN?
instead of push.foreach my $parent (@LWP::UserAgent::Determined::ISA) { if ($parent eq 'LWP::UserAgent') { $parent = 'LWP::UserAgent::Proxified'; last; } }
|
|---|