The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Alien::gdal

1.03_009 2018-04-17
    - Disable static build options to reduce build size (it was too big for many cpan testers).
      Total size should be ~1GB on most systems now.

1.03_008 2018-04-17
    - disable cpp11 on freebsd to avoid CAD build failures

1.03_007 2018-04-16
    - patch configure so we generate a shared build on freebsd

1.03_006 2018-04-16
    - bsd variants use --with-local config arg to ensure /usr/local/include is used

1.03_005 2018-04-14
    - try to add /usr/local/include to include path on bsd variants

1.03_004 2018-04-13
    - use internal tiff library to avoid cpan testers fails

1.03_003 2018-04-11
    - Use plugin for GNU make on bsd variants

1.03_002 2018-04-11
    - Force use of gmake on freebsd

1.03_001 2018-04-10
    - Use a dynamic build on all platforms by default

1.03 2018-04-04
    - Add CI badges

1.02_005 2018-04-02
    - insensitise OS regexp

1.02_004 2018-04-01
    - Use correct quotes 

1.02_003 2018-03-31
    - More cpantesters feedback

1.02_002 2018-03-31
    - More feedback that might help diagnose cpantesters results

1.02_001 2018-03-29
    - See if we can truncate the build log for cpan testers, but display it if we get a failure
    - Reformat the POD a little

1.02 2018-03-28
    - update changes file for 1.01 changes
    
1.01 2018-03-28
    - add github details to Makefile.PL

1.00 2018-03-28
    - First release