The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XS::libgeos - geos C++ library for XS

SYNOPSIS

In your Makefile.PL

    use XS::Install;
    write_makefile(
        ...makemaker args
        BIN_DEPS => 'XS::libgeos',
        ...
    );

DESCRIPTION

This is C++ GEOS (Geometry Engine - Open Source) library.

No perl interface.

SEE ALSO

XS::Install

Geo::Geos

AUTHOR

Pronin Oleg <syber@cpan.org>, Crazy Panda LTD

Ivan Baidakou <dmol@cpan.org>, Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.