[Reproducible-commits] [libextutils-depends-perl] 26/187: added missing perl-ExtUtils-Depends.spec.in

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:45 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 6af5a6114df5be95495dc17fe60a06b25c2f95ee
Author: x-rwmcfa1 <x-rwmcfa1 at localhost>
Date:   Fri Feb 27 17:31:40 2004 +0000

    added missing perl-ExtUtils-Depends.spec.in
    
    	* MANIFEST: added missing perl-ExtUtils-Depends.spec.in
    
    	* lib/ExtUtils/Depends.pm: lib's initial value should be '', not [].
    
    svn path=/trunk/; revision=39
---
 MANIFEST                | 9 +++++----
 lib/ExtUtils/Depends.pm | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index d55afea..045a7b3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,8 +1,9 @@
-Makefile.PL
 Changes
+.cvsignore
 lib/ExtUtils/Depends.pm
-t/01_load.t
-META.yml
+Makefile.PL
 MANIFEST
-.cvsignore
+META.yml
+perl-ExtUtils-Depends.spec.in
 README
+t/01_load.t
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 25e47f1..b5385f9 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -18,7 +18,7 @@ sub new {
 		name => $name,
 		deps => {},
 		inc => [],
-		libs => [],
+		libs => '',
 
 		pm => {},
 		typemaps => [],

-- 
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