[perl-ExtUtils-Depends] Stable release 0.305



commit edd4bcf2b690e0e4b591a97b724c7a9971c3a58d
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Sep 2 14:34:28 2013 -0700

    Stable release 0.305

 Changes                 |    7 +++++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index a712456..13fe0f1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.305 Mon Sep  2 14:16:58 PDT 2013
+    - Makefile.PL: converted to CPAN::Meta::Spec v2
+    - Updated license in RPM spec file; closes RT#88196
+    - Updated contact info and added git repo info to POD
+    - Add comments for find_extra_libs method (closes RT#43900)
+    - Fixed typo (closes RT#86572)
+
 0.304 Wed Jan 26 08:48:18 CET 2011
        - More robust detection of gcc toolchains on Win32
          (Closes: RT#62455) (sisyphus).
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 6e592fa..94bf2d2 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.304';
+our $VERSION = '0.305';
 
 sub import {
        my $class = shift;


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