| File: | blib/lib/Geo/Coder/Free/DB/openaddresses.pm |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Geo::Coder::Free::DB::openaddresses; | ||||||
| 2 | |||||||
| 3 | 15 15 15 | 33 14 193 | use strict; | ||||
| 4 | 15 15 15 | 21 14 404 | use warnings; | ||||
| 5 | 15 15 15 | 25 13 47 | use autodie qw(:all); | ||||
| 6 | |||||||
| 7 - 15 | =head1 NAME Geo::Coder::Free::DB::openaddresses - interface to data from http://results.openaddresses.io/ =head1 VERSION Version 0.42 =cut | ||||||
| 16 | |||||||
| 17 | our $VERSION = '0.43'; | ||||||
| 18 | |||||||
| 19 | 15 15 15 | 31385 34 102 | use parent 'Database::Abstraction'; | ||||
| 20 | |||||||
| 21 | 1; | ||||||