Skip to content

Commit

Permalink
Bump version. Change AUTHOR
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Sep 11, 2011
1 parent 6e2784b commit 28ace88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ WriteMakefile(
NAME => 'Geo::StreetAddress::US',
VERSION_FROM => 'US.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
AUTHOR => 'Schuyler Erle <schuyler@nocat.net>',
AUTHOR => 'Tim Bunce <Tim.Bunce@pobox.com>',
dist => {
DIST_DEFAULT=> 'clean distcheck disttest tardist',
PREOP => '$(MAKE) -f Makefile.old distdir',
Expand Down
4 changes: 3 additions & 1 deletion US.pm
Expand Up @@ -133,7 +133,7 @@ use 5.008_001;
use strict;
use warnings;

our $VERSION = '1.01';
our $VERSION = '1.02';

=head1 GLOBAL VARIABLES
Expand Down Expand Up @@ -738,7 +738,9 @@ but if you subsequently change the globals, you should run it again.
sub init {

%Direction_Code = reverse %Directional;

%_Street_Type_List = map { $_ => 1 } %Street_Type;

%FIPS_State = reverse %State_FIPS;

use re 'eval';
Expand Down

0 comments on commit 28ace88

Please sign in to comment.