Skip Menu |

This queue is for tickets about the XML-FeedPP CPAN distribution.

Report information
The Basics
Id: 84800
Status: new
Priority: 0/
Queue: XML-FeedPP

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

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



Subject: show how one can access the LWP etc. parameters
Date: Tue, 23 Apr 2013 13:45:49 +0800
To: bug-XML-FeedPP [...] rt.cpan.org
From: jidanni [...] jidanni.org
Please add an example showing how to adjust LWP parameters. E.g., how one could add a proxy. use XML::FeedPP; my $source = 'http://use.perl.org/index.rss'; my $feed = XML::FeedPP->new( $source, 'env_proxy'=1 ???? BIG GUESS ); XML::TreePP mentions proxy, but XML::FeedPP doesn't. Maybe it is not accessible at all. Like we see they have worked around in http://d.hatena.ne.jp/dai6951/20070125 Mention that fact too then.