Skip to content

Commit

Permalink
Do not import "new"
Browse files Browse the repository at this point in the history
  • Loading branch information
voegelas committed Jul 23, 2023
1 parent d193af3 commit 2654deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/time_zones_at.t
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 2654deb

Please sign in to comment.