[perl-ExtUtils-Depends] Release 0.400



commit bb64e6bcfa37337f5cb1aa5e18af7c8ea84eccbb
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun Aug 10 14:13:34 2014 +0200

    Release 0.400

 Changes                 |   13 +++++++++++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index cc82def..d60bba6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+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
+      with the Inline module.
+    - Accompany the 'Inline' method with a 'deps' method in
+      <package>::Install::Files in addition to the @deps package variable.
+    - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
+      default, falling back to the package variables if the methods are not
+      defined.
+    - Make the docs recommend the 'Inline' and 'deps' approach for creating
+      <package>::Install::Files manually, without
+      ExtUtils::Depends::save_config.
+
 0.309 Sat Aug  2 15:23:03 PDT 2014
     - Depends.pm: use $DLEXT instead of $SO for library filename extensions
     - MANIFEST: remove MYMETA.* files
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index f2bdc2d..22291fd 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.309';
+our $VERSION = '0.400';
 
 sub import {
        my $class = shift;


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