[perl-ExtUtils-PkgConfig] Stable release 1.13
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-PkgConfig] Stable release 1.13
- Date: Sat, 28 Apr 2012 06:09:08 +0000 (UTC)
commit 30ec5d1428af3bca68f77d338ae0c7fe48dc409b
Author: Brian Manning <bmanning src gnome org>
Date: Fri Apr 27 20:28:18 2012 -0700
Stable release 1.13
Changes | 5 +++--
lib/ExtUtils/PkgConfig.pm | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Changes b/Changes
index 5a19940..cbc0ab2 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
Revision history for Perl extension ExtUtils::PkgConfig.
-<next>
- - Correctly handle major-only versions, like '2' (RT #68246).
+1.13 Fri Apr 27 20:27:30 PDT 2012
+ - Correctly handle major-only versions, like '2' (RT #68246).
+ - Updated FSF address and copyrights
1.12 Sun Oct 19 13:56:07 CEST 2008
- Try to fix a test failure.
diff --git a/lib/ExtUtils/PkgConfig.pm b/lib/ExtUtils/PkgConfig.pm
index 6a5ad9a..5bca47d 100644
--- a/lib/ExtUtils/PkgConfig.pm
+++ b/lib/ExtUtils/PkgConfig.pm
@@ -23,7 +23,7 @@ use English qw(-no_match_vars); # avoid regex performance penalty
use vars qw/ $VERSION $AUTOLOAD/;
-$VERSION = '1.12';
+$VERSION = '1.13';
sub import {
my $class = shift;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]