|
From: Jacob T. <jt...@gm...> - 2012-01-23 21:32:24
|
Dear Net::Amazon developer, I hope this is the correct way to contact you -- I got this email address from the documentation at CPAN. I'll try to be brief: I used to be able to search 13-digit UPCs using Net::Amazon, but now I can't. I did a search and found that 13-digit codes are technically EANs, so I tried to change my script to search EANs instead. It worked for UK but not US, because there's no EAN.pm in \Net\Amazon\Validate\ItemSearch\us. I copied the EAN.pm from the uk folder to the us folder and did a find and replace "uk" -> "us", and now everything works fine. Amazon's US site does use EANs for some items (e.g., import CDs), so could you please include EAN.pm by default for locale='us' in future releases? Thanks so much for your work on Net::Amazon -- you've made my life much easier. Jacob P.S. I'm using Version: 0.61, which I assume is the latest version |