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 PkgConfig-LibPkgConf

0.11 2020-05-15 18:18:52 -0400
  - Work around for bug with pkgconf_compare_version
    on arm64 (gh#9)

0.10 2018-12-26 21:29:54 -0500
  - Explicitly require EUMM 6.98
  - Explicitly require Test::More 0.98

0.09 2018-06-25 06:55:46 -0400
  - Compatability with pkgconf 1.5.0
  - Require pkgconf 1.5.0 (via Alien::pkgconf 0.12 if necessary)

0.08 2017-12-27 09:38:07 -0500
  - Compatability with pkgconf 1.3.90
  - Require pkgconf 1.3.90

0.07 2017-03-15 10:45:03 -0400
  - Use correct CCFLAGS for Perl ABI (ppisar++ gh#5)

0.06 2017-03-02 17:43:40 -0500
  - Update for 1.3.0 API

0.05 2017-01-31 08:25:00 -0500
  - Expose pkgconf_path_relocate as PkgConfig::LibPkgConf::Util::path_relocate

0.04 2017-01-22 02:43:49 -0500
  - Update XS to work with libpkgconf 1.2.0
  - Requires libpkgconf 1.2.0
  - No interface change

0.03 2017-01-18 08:32:50 -0500
  - Fixed linker issues on FreeBSD

0.02 2017-01-03 11:24:13 -0500
  - Added pkgconf_cflags_static, pkgconf_libs_static functions
    to PkgConfig::LibPkgConf

0.01 2016-12-31 16:45:06 -0500
  - Initial version