Skip to content

Commit

Permalink
Bump version to 1.03. Minor doc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Oct 31, 2011
1 parent a050185 commit bf24061
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions US.pm
@@ -1,5 +1,13 @@
package Geo::StreetAddress::US;

use 5.008_001;
use strict;
use warnings;

our $VERSION = '1.03';

use base 'Class::Data::Inheritable';

=head1 NAME
Geo::StreetAddress::US - Perl extension for parsing US street addresses
Expand Down Expand Up @@ -129,14 +137,6 @@ Five digit ZIP code, as above.
=cut

use 5.008_001;
use strict;
use warnings;

our $VERSION = '1.02';

use base 'Class::Data::Inheritable';

=head1 GLOBAL VARIABLES
Geo::StreetAddress::US contains a number of global variables which it
Expand Down Expand Up @@ -724,10 +724,10 @@ For example, given "4321 Country Road 7", C<street> will be "Country Road 7"
and C<type> will be "Rd". With avoid_redundant_street_type set true, C<type>
will be undef because C<street> matches /\b (rd|road) \b/ix;
Also applies to the C<type1> (for C<street1>) and C<type2> (for C<street2>)
Also applies to C<type1> for C<street1> and C<type2> for C<street2>
fields for intersections.
The default is false for backwards compatibility.
The default is false, for backwards compatibility.
=cut

Expand Down

0 comments on commit bf24061

Please sign in to comment.