diff --git a/Changes b/Changes index 73ee2d9..39c0daf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Geo::Location::TimeZoneFinder +1.001 2023-07-23 10:59:17 CEST + + - Fix the tests by not importing "new" + 1.000 2023-01-01 12:16:15 CET - First version diff --git a/META.json b/META.json index 09d595d..9754f14 100644 --- a/META.json +++ b/META.json @@ -50,7 +50,7 @@ "provides" : { "Geo::Location::TimeZoneFinder" : { "file" : "lib/Geo/Location/TimeZoneFinder.pm", - "version" : "1.000" + "version" : "1.001" } }, "release_status" : "stable", @@ -65,9 +65,9 @@ "web" : "https://github.com/voegelas/Geo-Location-TimeZoneFinder" } }, - "version" : "1.000", - "x_generated_by_perl" : "v5.36.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.32", + "version" : "1.001", + "x_generated_by_perl" : "v5.36.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.37", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff --git a/Makefile.PL b/Makefile.PL index 713278e..108e422 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,7 @@ my %WriteMakefileArgs = ( "File::Spec::Functions" => 0, "Test::More" => 0 }, - "VERSION" => "1.000", + "VERSION" => "1.001", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 0acc4d4..817c88a 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Geo-Location-TimeZoneFinder -version = 1.000 +version = 1.001 author = Andreas Vögele license = Perl_5 copyright_holder = Andreas Vögele diff --git a/lib/Geo/Location/TimeZoneFinder.pm b/lib/Geo/Location/TimeZoneFinder.pm index 517b987..e95cb01 100644 --- a/lib/Geo/Location/TimeZoneFinder.pm +++ b/lib/Geo/Location/TimeZoneFinder.pm @@ -6,7 +6,7 @@ use 5.016; use warnings; use utf8; -our $VERSION = 1.000; +our $VERSION = 1.001; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); @@ -22,7 +22,7 @@ Geo::Location::TimeZoneFinder - Map geographic coordinates to time zone names =head1 VERSION -version 1.000 +version 1.001 =head1 SYNOPSIS diff --git a/shapereader b/shapereader index 34a4d7f..1a18f88 160000 --- a/shapereader +++ b/shapereader @@ -1 +1 @@ -Subproject commit 34a4d7ff685c0899249c7ba75073571a5d22528f +Subproject commit 1a18f888bb2e066bd9bc1673ba6f2fcd3f964c9d