[perl-ExtUtils-Depends] Stable release 0.308



commit 5d0c68ab9a86bb9f305e465afdc7b3802cf38cbb
Author: Brian Manning <bmanning src gnome org>
Date:   Sun May 18 16:24:52 2014 -0700

    Stable release 0.308

 Changes                 |    3 +++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index b4f3e80..7d6a0db 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.308 Sun May 18 16:22:11 PDT 2014
+    - Fix win32 test failure in t/02_save_load.t (closes RT#95301)
+
 0.307 Mon Apr 28 22:04:38 PDT 2014
     - $Data::Dumper::Terse set to 1 broke save_config
     - Document API expected by ::load function
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 795742d..a449176 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.307';
+our $VERSION = '0.308';
 
 sub import {
        my $class = shift;


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