Topic: Website Amazon web services

(link)

12:25pm, Friday 18 June 2004 (Updated 2:15pm, Monday 21 June 2004)

Net::Amazon is a perl module to interface to Amazon's web services API. Unfortunately it doesn't like using a web proxy. You can fix this by modifying Amazon.pm line 262:

my $ua = LWP::UserAgent->new(env_proxy => (exists $self->{env_proxy} ? $self->{env_proxy} : 0));

(Yeah, it's a bit ugly, but it works!)

Update: The module's auther has included an equivalent fix in the next version (0.25). I love open source.

back to main

<-
 Topic:    
->

Powered by Personal Weblog.

April 2024
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Mar   May

[RSS]

 


 


Dave Holland <dave@biff.org.uk>
$Id: index.php,v 1.75 2010-07-09 22:15:04 dave Exp $