[perl-ExtUtils-PkgConfig] Stable release 1.16



commit 9976d8e7863aecf2fc9c8af9fb5269db8735b3aa
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Apr 20 18:56:22 2017 -0700

    Stable release 1.16

 Changes                   |    4 ++++
 lib/ExtUtils/PkgConfig.pm |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 5d10b44..505bf28 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension ExtUtils::PkgConfig.
 
+1.16  Thu Apr 20 18:51:36 PDT 2017
+    - Add exists() method, and update README (RT#77880)
+    - Handle removal of '.' from @INC for Perl 5.24 (RT#120819)
+
 1.15  Sat Sep 28 22:14:31 PDT 2013
     - Gracefully handle empty fields in pkg-config files.
 
diff --git a/lib/ExtUtils/PkgConfig.pm b/lib/ExtUtils/PkgConfig.pm
index 7836d59..e7fa8f2 100644
--- a/lib/ExtUtils/PkgConfig.pm
+++ b/lib/ExtUtils/PkgConfig.pm
@@ -24,7 +24,7 @@ use English qw(-no_match_vars); # avoid regex performance penalty
 
 use vars qw/ $VERSION $AUTOLOAD/;
 
-$VERSION = '1.15';
+$VERSION = '1.16';
 
 sub import {
        my $class = shift;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]