The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Geo::Address::Mail::Standardizer::USPS::AMS::Result

SYNOPSIS

 my $address = new Geo::Address::Mail::US;
 my $ms      = new Geo::Address::Mail::Standardizer::USPS::AMS;
 my $result  = $ms->standardize($addr);

 $result->address; # new standardized Geo::Address::Mail::US object
 $result->multiple; # boolean indicating whether 

DESCRIPTION

results n stuff