CC: | 277970 [...] bugs.debian.org |
Subject: | LWP::UserAgent error in manpage for no_proxy option |
Forwarding from http://bugs.debian.org/277970
Hi,
in the LWP::UserAgent manpage, the no_proxy() option is described this way:
---
$ua->no_proxy( $domain, ... )
Do not proxy requests to the given domains. Calling no_proxy without
any domains clears the list of domains. Eg:
$ua->no_proxy('localhost', 'no', ...);
---
Can you please substitute 'Eg' with 'E.g.' and 'no' with a proper
domain? (for example perl.org), just because 'no' does not look like a
domain :-)
Cheers
Antonio