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

NAME

Alien::gdal - Compile gdal

SYNOPSIS

  use Alien::gdal;

ABSTRACT

use Env qw(@PATH); unshift @PATH, Alien::gdal->bin_dir;

print Alien::gdal->dist_dir;

# example assumes @args exists already system (Alien::gdal->bin_dir, 'gdalwarp', @args);

DESCRIPTION

GDAL is the Geographic Data Abstraction Library. See http://www.gdal.org.

REPORTING BUGS

Please send any bugs, suggestions, or feature requests to https://github.com/shawnlaffan/perl-alien-gdal/issues.

SEE ALSO

Geo::GDAL

AUTHORS

Shawn Laffan, <shawnlaffan@gmail.com> Jason Mumbulla (did all the initial work - see github log for details) Ari Jolma

COPYRIGHT AND LICENSE

Copyright 2017 by Shawn Laffan and Jason Mumbulla

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 37:

=back without =over