Data::Address::Standardize is a Perl module that uses libwww facilities to automatically standardize a U.S. postal address via the United States Postal Service's standardizer service on their web site. Usage restrictions apply. See the included README or POD documentation.
| Tags | Software Development Libraries |
|---|---|
| Licenses | Artistic |
| Implementation | Perl |
Recent releases


Changes: This release splits out Scrape::USPS::ZipLookup functionality into a separate module. This is intended to be the final release of Data::Address::Standardize, unless/until it is converted into something that does standardization without utilizing the USPS ZipLookup web application.


Changes: Note: Data::Address::Standardize is becoming Scrape::USPS::ZipLookup very soon. One more revision of this module will be released. Reorganized the code to have all the *.pm files nested under the lib/ directory and moved the tests under the t/ directory. Added some examples in the examples/ directory. Updated based on the latest form at the USPS web site. Updated to handle results of more than one matching address.


Changes: First public version.