From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
=head1 VERSION
Version 0.39
=cut
our $VERSION = '0.39';
# Display the index page
our @ISA = ('Geo::Coder::Free::Display');
1;