The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Alien::geos::af

1.007 2019-01-06
    - Require FFI::CheckLib 0.23 so dynamic_libs calls find geos-3-7-0.dll
    - Ensure we use the correct geos-config when setting alien props
      (some systems tried using the non-executable versions)

1.005 2018-11-15
    - More updates to the dynamic_libs method to find
      geos and geos_c libs for shared installs on windows

1.004 2018-11-15
    - Update the dynamic_libs method to find geos and geos_c
      libs for shared installs on windows

1.003 2018-11-15
    - Provide our own dynamic_libs method so system
      installs return the correct libs.

1.002 2018-11-13
    - Add File::Find::Rule to CONFIGURE_REQUIRES.
      This should avoid some CAN testers fails.

1.001 2018-11-12
    - First release to cpan