Skip to content

Commit 90be9ea

Browse files
committed
Publish the test dashboard
1 parent 4ddb46c commit 90be9ea

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ if($^O eq 'darwin') {
340340

341341
WriteMakefile(
342342
NAME => 'Geo::Coder::Free',
343-
AUTHOR => q{Nigel Horne <njh@bandsman.co.uk>},
343+
AUTHOR => q{Nigel Horne <njh@nigelhorne.com>},
344344
VERSION_FROM => 'lib/Geo/Coder/Free.pm',
345345
ABSTRACT_FROM => 'lib/Geo/Coder/Free.pm',
346346
((defined($ExtUtils::MakeMaker::VERSION) &&

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
Geo-Coder-Free
2-
==============
3-
4-
[![Actions States](https://img.shields.io/github/actions/workflow/status/nigelhorne/geo-coder-free/test.yml?branch=master)](https://github.com/nigelhorne/Geo-Coder-Free/actions)
5-
[![Appveyor status](https://ci.appveyor.com/api/projects/status/8nk00o0rietskf29/branch/master?svg=true)](https://ci.appveyor.com/project/nigelhorne/geo-coder-free-4onbr/branch/master)
6-
[![Coveralls Status](https://coveralls.io/repos/github/nigelhorne/Geo-Coder-Free/badge.svg?branch=master)](https://coveralls.io/github/nigelhorne/Geo-Coder-Free?branch=master)
7-
[![CPAN](https://img.shields.io/cpan/v/Geo-Coder-Free.svg)](http://search.cpan.org/~nhorne/Geo-Coder-Free/)
8-
[![Kritika Analysis Status](https://kritika.io/users/nigelhorne/repos/4097424524111879/heads/master/status.svg)](https://kritika.io/users/nigelhorne/repos/4097424524111879/heads/master/)
9-
[![Kwalitee](https://cpants.cpanauthors.org/dist/Geo-Coder-Free.png)](http://cpants.cpanauthors.org/dist/Geo-Coder-Free)
10-
[![Travis Status](https://travis-ci.org/nigelhorne/Geo-Coder-Free.svg?branch=master)](https://travis-ci.org/nigelhorne/Geo-Coder-Free)
11-
121
# NAME
132

143
Geo::Coder::Free - Provides a Geo-Coding functionality using free databases
@@ -209,6 +198,8 @@ The various scripts in NJH-Snippets ought to be in this module.
209198

210199
# SEE ALSO
211200

201+
- [Test Dashboard](https://nigelhorne.github.io/Geo-Coder-Free/coverage/)
202+
212203
[https://openaddresses.io/](https://openaddresses.io/),
213204
[https://www.maxmind.com/en/home](https://www.maxmind.com/en/home),
214205
[https://www.geonames.org/](https://www.geonames.org/),
@@ -225,7 +216,7 @@ See [Geo::Coder::Free::OpenAddresses](https://metacpan.org/pod/Geo%3A%3ACoder%3A
225216

226217
# AUTHOR
227218

228-
Nigel Horne, `<njh@bandsman.co.uk>`
219+
Nigel Horne, `<njh@nigelhorne.com>`
229220

230221
This library is free software; you can redistribute it and/or modify
231222
it under the same terms as Perl itself.
@@ -266,7 +257,7 @@ You can also look for information at:
266257

267258
# LICENSE AND COPYRIGHT
268259

269-
Copyright 2017-2025 Nigel Horne.
260+
Copyright 2017-2026 Nigel Horne.
270261

271262
The program code is released under the following licence: GPL for personal use on a single computer.
272263
All other users (including Commercial, Charity, Educational, Government)

lib/Geo/Coder/Free.pm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,12 @@ The various scripts in NJH-Snippets ought to be in this module.
858858
859859
=head1 SEE ALSO
860860
861+
=over 4
862+
863+
=item * L<Test Dashboard|https://nigelhorne.github.io/Geo-Coder-Free/coverage/>
864+
865+
=back
866+
861867
L<https://openaddresses.io/>,
862868
L<https://www.maxmind.com/en/home>,
863869
L<https://www.geonames.org/>,
@@ -874,7 +880,7 @@ L<http://results.openaddresses.io/>.
874880
875881
=head1 AUTHOR
876882
877-
Nigel Horne, C<< <njh@bandsman.co.uk> >>
883+
Nigel Horne, C<< <njh@nigelhorne.com> >>
878884
879885
This library is free software; you can redistribute it and/or modify
880886
it under the same terms as Perl itself.
@@ -919,7 +925,7 @@ L<http://search.cpan.org/dist/Geo-Coder-Free/>
919925
920926
=head1 LICENSE AND COPYRIGHT
921927
922-
Copyright 2017-2025 Nigel Horne.
928+
Copyright 2017-2026 Nigel Horne.
923929
924930
The program code is released under the following licence: GPL for personal use on a single computer.
925931
All other users (including Commercial, Charity, Educational, Government)

t/lib/MyLogger.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sub warn {
1919
debug(@_);
2020
}
2121

22-
sub warn {
22+
sub error {
2323
error(@_);
2424
}
2525

0 commit comments

Comments
 (0)