Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 73758
Status: resolved
Priority: 0/
Queue: libwww-perl

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

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



Subject: [PATCH] Chainable methods in LWP::UserAgent
This patch changes the methods in LWP::UserAgent that returned no useful value. They now return $self. This allows to chain method calls. Impacted methods: add_handler/set_my_handler/env_proxy/no_proxy. Doc for those methods is updated to tell from which release this feature is available. Pull request: https://github.com/gisle/libwww-perl/pull/23 -- Olivier Mengué - http://perlresume.org/DOLMEN