[perl-ExtUtils-PkgConfig] Stable release 1.14
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-PkgConfig] Stable release 1.14
- Date: Mon, 4 Feb 2013 03:03:37 +0000 (UTC)
commit addb50ccd96d5814cf9ddcfeabc8db362f647870
Author: Brian Manning <bmanning src gnome org>
Date: Sun Feb 3 19:02:25 2013 -0800
Stable release 1.14
Changes | 6 ++++++
lib/ExtUtils/PkgConfig.pm | 8 +++++---
2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/Changes b/Changes
index cbc0ab2..bbd6bcc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension ExtUtils::PkgConfig.
+1.14 Sun Feb 3 17:51:54 PDT 2013
+ - Skip tests for pkg-config binary with the '--max-version' switch on
+ OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config'
+ - Updated Makefile.PL to use a META_MERGE block with WriteMakefile(); this
+ block is what MetaCPAN reads when generating page output
+
1.13 Fri Apr 27 20:27:30 PDT 2012
- Correctly handle major-only versions, like '2' (RT #68246).
- Updated FSF address and copyrights
diff --git a/lib/ExtUtils/PkgConfig.pm b/lib/ExtUtils/PkgConfig.pm
index 5bca47d..075d8dc 100644
--- a/lib/ExtUtils/PkgConfig.pm
+++ b/lib/ExtUtils/PkgConfig.pm
@@ -1,4 +1,5 @@
-# Copyright (c) 2003-2004, 2012 by the gtk2-perl team (see the file AUTHORS)
+# Copyright (c) 2003-2004, 2012-2013 by the gtk2-perl team (see the file
+# AUTHORS)
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -23,7 +24,7 @@ use English qw(-no_match_vars); # avoid regex performance penalty
use vars qw/ $VERSION $AUTOLOAD/;
-$VERSION = '1.13';
+$VERSION = '1.14';
sub import {
my $class = shift;
@@ -304,7 +305,8 @@ muppet E<lt>scott at asofyet dot orgE<gt>.
=head1 COPYRIGHT AND LICENSE
-Copyright 2003-2004, 2012 by muppet, Ross McFarland, and the gtk2-perl team
+Copyright 2003-2004, 2012-2013 by muppet, Ross McFarland, and the gtk2-perl
+team
This library is free software; you can redistribute it and/or modify
it under the terms of the Lesser General Public License (LGPL). For
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]