[perl-ExtUtils-Depends] Release 0.401



commit 8933de69e5310e6aadad9882e8e264cd883d342b
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Aug 23 14:23:10 2014 +0900

    Release 0.401

 Changes                 |    7 +++++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index d60bba6..60ee1dd 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.401 Sat Aug 23 14:20:11 IRKT 2014
+    - Add README changes created by 'make dist' from the POD
+    - Rename test modules
+    - Test old/new schemes with .pm files
+    - Move old/new scheme tests from middle of other stuff to end
+    - Rename test packages to 8.3 unique
+
 0.400 Sun Aug 10 13:58:24 CEST 2014
     - In addition to the package variables $inc, $libs and @typemaps, write an
       'Inline' method to <package>::Install::Files for easier interoperability
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 22291fd..05ba8d4 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.400';
+our $VERSION = '0.401';
 
 sub import {
        my $class = shift;


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