Revision history for Alien::geos::af 1.011 2022-11-26 - Share builds: Use https for downloads 1.010 2022-03-26 - Share builds: - Set rpath in compilation so geos.so finds geos_c.so - Set ccache base dir to improve cache hits - Use multiple probes to find geos.pc, geos-config or (windows only) GIS Internals files - General alienfile cleanups 1.009 2022-02-03 - share builds: - Modify geos-config to dynamically return paths relative to install directory. - Store alien properties from pkgconfig file instead of geos-config (earlier geos versions did not have a geos.pc file). 1.008 2021-09-11 - Switch to cmake. GEOS 3.10 will remove autotools support. 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