in reply to Re^2: How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
in thread How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
Why not override the request method and do the change there? That way, all users of the request method will get your new request class. Also see perltoot
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
by mje (Curate) on Jun 01, 2009 at 15:32 UTC | |
by Corion (Patriarch) on Jun 01, 2009 at 15:37 UTC | |
by mje (Curate) on Jun 01, 2009 at 16:12 UTC | |
by Corion (Patriarch) on Jun 01, 2009 at 16:22 UTC |