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.