Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nigelhorne/Geo-Coder-Free
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 21, 2024
2 parents 2b14f67 + e416c71 commit 63151b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion t/10-new.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use Test::Most tests => 19;

# Load the package/module where 'new' is implemented
BEGIN { use_ok('Geo::Coder::Free'); use_ok('Geo::coder::Free::Local') }
BEGIN { use_ok('Geo::Coder::Free'); use_ok('Geo::Coder::Free::Local') }

isa_ok(Geo::Coder::Free->new(), 'Geo::Coder::Free', 'Creating Geo::Coder::Free object');
isa_ok(Geo::Coder::Free::new(), 'Geo::Coder::Free', 'Creating Geo::Coder::Free object');
Expand Down

0 comments on commit 63151b4

Please sign in to comment.