Net-Amazon - Changed XML Schema

Posted on Sun Feb 11 17:35:59 2007 by interguru
Changed XML Schema

I have been using Net::Amazon 0.36 for a few months. My site stopped working. It appears that the XML schema from Amazon has changed. Is there something I can do to specify the old schema?
Here is my evocation

my $amazon = Net::Amazon->new( token => $amazon_token, max_pages => $max_pages, affiliate_id => $affiliate_id, strict => $amz_net_strict, rate_limit => $rate_limit, );
Write a response