Revision history for Alien::proj 1.13 2020-05-31 - Disable clean_install option in Makefile.PL due to possible timing issues with parallel make deleting newly installed files. 1.12 2020-05-29 - Die in alienfile if downloaded proj version is less than the minimum required. This could occur if Alien::Build::Fetch::Cache is in use. - Change utility test to use cs2cs instead of projinfo. 1.11 2020-05-25 - Mark utility test as todo if projinfo is not installed, warn when user tries to run a utility in such cases. 1.10 2020-05-24 21:00 AEST - Fix curl argument to configure under system installs 1.09 2020-05-24 19:00 AEST - Add method to access dependent bin_dirs. - Add Path::Tiny as a dependency. 1.08 2020-05-24 - More diagnostics in tests - Set minimum Alien::sqlite version to 1.06 to ensure the sqlite3 binary is available. 1.07 2020-05-23 - Set minimum Proj version to 6.1 (GH#1) - Enable libtiff and curl integration if they are provided by their respective Aliens (GH#3, GH#4). - List Alien::libtiff and Alien::curl as suggested deps (GH#5). - Wrap pure perl pkg-config on windows so it is called using the user's perl. 1.06 2020-05-02 - Re-enable proj 7, but disable libtiff and curl integration 1.05 2020-03-07 - Add support for user defined args for the configure script under share builds - Limit max Proj version to 6.x on share installs until we get curl and libtiff integration working. 1.04 2019-09-08 - pkgconfig workaround to find sqlite3 on windows share builds, gh#2 1.03 2019-09-04 - Add dependency on Alien::sqlite as it is needed to compile proj 6.1, gh#2 1.02 2018-12-09 - Update POD and other links 1.01 2018-12-09 - First release to cpan