[perl-ExtUtils-Depends] Release 0.404



commit a2352ed5aae624101fef6f12d50c02152ea9088c
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Jan 29 18:47:38 2015 -0800

    Release 0.404

 Changes                 |    5 +++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 45d854f..91b481a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.404
+    - Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
+      submitted by Debian's reproducible build team for RT#101602
+    - Use / to make ::load filename, not File::Spec - perldoc -f require
+
 0.403
     - Avoid using Test::More::done_testing() for to support building
       out-of-the-box on older perls.
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 2dc767e..dd52abd 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.403';
+our $VERSION = '0.404';
 
 sub import {
        my $class = shift;


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