[perl-ExtUtils-PkgConfig] Stable release 1.15
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-PkgConfig] Stable release 1.15
- Date: Sun, 29 Sep 2013 05:22:08 +0000 (UTC)
commit a7e47b21ce44090aa4888520738ac58ba204e537
Author: Brian Manning <bmanning src gnome org>
Date: Sat Sep 28 22:18:43 2013 -0700
Stable release 1.15
Changes | 2 +-
lib/ExtUtils/PkgConfig.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Changes b/Changes
index 3847fe1..5d10b44 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension ExtUtils::PkgConfig.
-x.xx <date>
+1.15 Sat Sep 28 22:14:31 PDT 2013
- Gracefully handle empty fields in pkg-config files.
1.14 Sun Feb 3 17:51:54 PDT 2013
diff --git a/lib/ExtUtils/PkgConfig.pm b/lib/ExtUtils/PkgConfig.pm
index 0f68256..09ede40 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.14';
+$VERSION = '1.15';
sub import {
my $class = shift;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]