The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 06
META.json 33
META.yml 1212
README 11
eg/geocode-us 22
inc/My/Module/Build.pm 13
inc/My/Module/Meta.pm 11
lib/Geo/Coder/Geocoder/US.pm 22
8 files changed (This is a version diff) 2230
@@ -1,3 +1,9 @@
+0.005		2014-12-12	T. R. Wyant
+  No changes since 0.004_01.
+
+0.004_01	2014-12-03	T. R. Wyant
+  Tweak author tests.
+
 0.004		2013-07-28	T. R. Wyant
   Recode delay loop in terms of while(), rather than a single-iteration
     loop with 'last' and 'redo'.
@@ -4,7 +4,7 @@
       "Tom Wyant (wyant at cpan dot org)"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.131560",
+   "generated_by" : "Module::Build version 0.421",
    "license" : [
       "perl_5"
    ],
@@ -41,7 +41,7 @@
    "provides" : {
       "Geo::Coder::Geocoder::US" : {
          "file" : "lib/Geo/Coder/Geocoder/US.pm",
-         "version" : "0.004"
+         "version" : "0.005"
       }
    },
    "release_status" : "stable",
@@ -53,5 +53,5 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "0.004"
+   "version" : "0.005"
 }
@@ -3,13 +3,13 @@ abstract: 'Geocode addresses using geocoder.us'
 author:
   - 'Tom Wyant (wyant at cpan dot org)'
 build_requires:
-  Test::More: 0.88
+  Test::More: '0.88'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.131560'
+generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Geo-Coder-Geocoder-US
 no_index:
   directory:
@@ -19,16 +19,16 @@ no_index:
 provides:
   Geo::Coder::Geocoder::US:
     file: lib/Geo/Coder/Geocoder/US.pm
-    version: 0.004
+    version: '0.005'
 requires:
-  Carp: 0
-  LWP::UserAgent: 0
-  Text::CSV: 0
-  URI: 0
-  perl: 5.006002
-  strict: 0
-  warnings: 0
+  Carp: '0'
+  LWP::UserAgent: '0'
+  Text::CSV: '0'
+  URI: '0'
+  perl: '5.006002'
+  strict: '0'
+  warnings: '0'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Geo-Coder-Geocoder-US
   license: http://dev.perl.org/licenses/
-version: 0.004
+version: '0.005'
@@ -1,4 +1,4 @@
-Geo-Coder-Geocoder-US is Copyright (C) 2011-2013 Thomas R. Wyant, III
+Geo-Coder-Geocoder-US is Copyright (C) 2011-2014 Thomas R. Wyant, III
 
 DESCRIPTION
 
@@ -10,7 +10,7 @@ use Getopt::Long 2.33;
 use Pod::Usage;
 use YAML;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 my %opt;
 
@@ -83,7 +83,7 @@ Thomas R. Wyant, III F<wyant at cpan dot org>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011-2013 by Thomas R. Wyant, III
+Copyright (C) 2011-2014 by Thomas R. Wyant, III
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl 5.10.0. For more details, see the full text
@@ -11,6 +11,8 @@ use Carp;
 sub ACTION_authortest {
     my ( $self, @args ) = @_;
 
+    local $ENV{AUTHOR_TESTING} = 1;
+
     $self->depends_on( 'build' );
     $self->test_files( qw{ t xt/author } );
     $self->depends_on( 'test' );
@@ -75,7 +77,7 @@ Thomas R. Wyant, III F<wyant at cpan dot org>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009, 2012-2013 Thomas R. Wyant, III
+Copyright (C) 2009, 2012-2014 Thomas R. Wyant, III
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl 5.10.0. For more details, see the full text
@@ -147,7 +147,7 @@ Thomas R. Wyant, III F<wyant at cpan dot org>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010-2013 by Thomas R. Wyant, III
+Copyright (C) 2010-2014 by Thomas R. Wyant, III
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl 5.10.0. For more details, see the full text
@@ -11,7 +11,7 @@ use Text::CSV;
 use URI;
 # use URI::Escape qw{ uri_escape };
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 {
 
@@ -415,7 +415,7 @@ Thomas R. Wyant, III F<wyant at cpan dot org>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011-2013 by Thomas R. Wyant, III
+Copyright (C) 2011-2014 by Thomas R. Wyant, III
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl 5.10.0. For more details, see the full text