[Reproducible-commits] [libextutils-depends-perl] 157/187: Release 0.400

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit bb64e6bcfa37337f5cb1aa5e18af7c8ea84eccbb
Author: Torsten Schönfeld <kaffeetisch at 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 deletion(-)

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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list