Alien-GEOS

 view release on metacpan or  search on metacpan

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

 use warnings;
 use Module::Build;
 use Alien::GEOS;
 
 # Retrieve the Alien::GEOS configuration:
 my $alien = Alien::GEOS->new;
 
 # Create the build script:
 my $builder = Module::Build->new(
     module_name => 'My::GEOS::Wrapper',
     extra_compiler_flags => $alien->cflags(),
     extra_linker_flags => $alien->libs(),
     configure_requires => {
         'Alien::GEOS' => 0,
     },
 );
 $builder->create_build_script;

=head1 DESCRIPTION

Alien::GEOS provides a CPAN distribution for the GEOS library. In other
words, it installs GEOS library in a non-system folder and provides you with



( run in 7.853 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )