2.1 [2003-12-15]
* Fixed documentation's sample program
* Prevent a warning about a filehandle being used only once (when
in reality it isn't).
2.0 [2003-12-13]
* Works with recently changed USPS web site.
* Uses WWW::Mechanize to interact with the USPS web application.
* New script/stdaddr program to demonstrate usage.
* New test.html HTML file to show minimal interaction with the USPS
application.
1.1 [2002-07-13]
* Now uses usps.com instead of usps.gov.
* Fixed a documentation markup bug related to turning on debuggin.
* Fixed a documentation bug in Scrape::USPS::ZipLookup regarding
how to call verbose().
* Fixed Scrape::USPS::ZipLookup::Address' logic to use isa().
* Fixed one of the standardize.t tests.
1.0
* Renamed to Scrape::USPS::ZipLookup from Data::Address::Standardize.
(based on version 0.003 of Data::Address::Standardize).