Revision history for Perl extension Net::UPCDatabase. 0.01 Thu Dec 29 2005 - Original version. 0.02 Thu Dec 29 2005 - Created documentation. 0.03 Fri Dec 30 19:40:43 2005 - Created installation tests. - Initial packaging for CPAN. 0.04 Fri Dec 31 01:13:30 2005 - Fixed minor bug in installation tests. 0.05 Mon Jan 2 12:47:03 UTC 2006 - Added full internal calculateCheckDigit() function to override unimplemented UPCDatabase.com-side function. - lookup() will automatically use calculateCheckDigit() if a digit placeholder is in the UPC string. - Modified documentation to suit new functionality. 0.06 Sat Feb 7 13:48:00 CST 2009 - Updated to use EAN, not UPCA (UPCDatabase.com deprecated UPCA) - Fixed dependency declaration. 0.07 Sat Feb 7 15:05:00 CST 2009 - Fixed more EAN vs UPCA stuff, especially in the calculateCheckDigit() function. - Replaced RPC::XML::Client with Frontier::Client (to fix bug regarding missing zeros on left-side of EAN/UPC)