Alien-libmaxminddb

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

# Alien::libmaxminddb

[MaxMind](https://www.maxmind.com/) and [DP-IP.com](https://db-ip.com/) provide
geolocation databases in the MaxMind DB file format format.  This Perl module
finds or installs the C library
[libmaxminddb](https://github.com/maxmind/libmaxminddb), which can read MaxMind
DB files.

## DEPENDENCIES

Install pkg-config and libmaxminddb-devel or libmaxminddb-dev if you would like
to use your operating system's libmaxminddb library.

## INSTALLATION

lib/Alien/libmaxminddb.pm  view on Meta::CPAN

  header = use Alien::libmaxminddb;
  WriteMakefile_arg = CCFLAGS => Alien::libmaxminddb->cflags . ' ' . $Config{ccflags}
  WriteMakefile_arg = LIBS => [ Alien::libmaxminddb->libs ]

  [Prereqs / DevelopRequires]
  Dist::Zilla = 0
  Dist::Zilla::Plugin::MakeMaker::Awesome = 0

=head1 DESCRIPTION

MaxMind and DP-IP.com provide geolocation databases in the MaxMind DB file
format format.  This Perl module finds or installs the C library libmaxminddb,
which can read MaxMind DB files.

=head1 SUBROUTINES/METHODS

=head2 cflags

  my $cflags = Alien::libmaxminddb->cflags;

Returns the C compiler flags necessary to compile an XS module that uses

lib/Alien/libmaxminddb.pm  view on Meta::CPAN

=head1 INCOMPATIBILITIES

None.

=head1 BUGS AND LIMITATIONS

None known.

=head1 SEE ALSO

L<Geo::Location::IP>, L<IP::Geolocation::MMDB>

=head1 ACKNOWLEDGEMENTS

Thanks to all who have contributed patches and reported bugs:

=over

=item *

Alex Granovskiy



( run in 2.167 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )