[dh-make-perl] 03/04: remove qr()ificiation of DEFAULTS->exclude

gregor herrmann gregoa at debian.org
Sun Aug 14 15:27:17 UTC 2016


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

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit d7c9bd14c9f41e2f5585bca426254e55c3fd63a4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 14 17:22:44 2016 +0200

    remove qr()ificiation of DEFAULTS->exclude
    
    not needed after all
    
    Gbp-Dch: Ignore
---
 lib/DhMakePerl/Config.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/DhMakePerl/Config.pm b/lib/DhMakePerl/Config.pm
index b296f47..d15ed9a 100644
--- a/lib/DhMakePerl/Config.pm
+++ b/lib/DhMakePerl/Config.pm
@@ -85,9 +85,6 @@ use constant DEFAULTS => {
     verbose       => 1,
 };
 
-my $e = DEFAULTS->{'exclude'};
-DEFAULTS->{'exclude'} = qr/$e/;
-
 use constant cpan2deb_DEFAULTS => {
     build   => 1,
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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