2.2 [2004-07-02]
* Updated start URL for first page fetch to match new operation of
USPS site.
* Updated the form ID used to refer to the form, since the site has
been changed to use a named form
* Now under verbose output, you get to the the result of fetching
the start URL.
* Copyright date updates.
* NOTE: It appears that the service is *significantly slower than
it used to be. This may be on purpose to dissuade you from using
the service inappropriately. Consider this a reminder that you
should not be using this module for purposes not allowed by the
USPS usage policy posted on their site.
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).