From 2654deb99b56628c1df219d40d6393b97dbb43ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20V=C3=B6gele?= Date: Sun, 23 Jul 2023 10:45:45 +0200 Subject: [PATCH] Do not import "new" --- t/time_zones_at.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/time_zones_at.t b/t/time_zones_at.t index 661ba79..29dec1b 100644 --- a/t/time_zones_at.t +++ b/t/time_zones_at.t @@ -11,7 +11,7 @@ use Test::More; use File::Spec::Functions qw(catfile); BEGIN { - use_ok 'Geo::Location::TimeZoneFinder', qw(new); + use_ok 'Geo::Location::TimeZoneFinder'; } my $file_base = catfile(qw(shapereader tests data polygon));