[perl-ExtUtils-Depends] Release 0.402



commit 4804412cc996311913ece754f06bb3bd830d6c77
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Oct 18 18:10:45 2014 +0300

    Release 0.402

 Changes                 |    4 ++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 60ee1dd..60d6fa9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.402 Sat Oct 18 18:06:19 EEST 2014
+    - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
+      patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
+
 0.401 Sat Aug 23 14:20:11 IRKT 2014
     - Add README changes created by 'make dist' from the POD
     - Rename test modules
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 2e43411..7cae22e 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -12,7 +12,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.401';
+our $VERSION = '0.402';
 
 sub import {
        my $class = shift;


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