[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.76-1-11-g5c417bf

Dima Kogan dima at secretsauce.net
Thu Nov 22 10:17:08 UTC 2012


The following commit has been merged in the master branch:
commit 71fd7b1eb5a5ca2b1292963ba1aa25c4af3affde
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Nov 22 01:28:20 2012 -0800

    Not importing IO::Dir since I'm not using it

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 0d0fc32..eb3f559 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -595,7 +595,6 @@ sub setup_git_repository {
     my ( $self, $tarball ) = @_;
 
     require Git;
-    require IO::Dir;
     require File::Which;
 
     Git::command( 'init', $self->main_dir );

-- 
Debian packaging of dh-make-perl



More information about the Pkg-perl-cvs-commits mailing list