[libmoo-perl] 09/43: avoid needing . in @INC in dev mode

gregor herrmann gregoa at debian.org
Mon Dec 26 17:56:13 UTC 2016


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

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

commit fbbb03cab49587db2bf23fc06c596a7a1c72a4b6
Author: Graham Knop <haarg at haarg.org>
Date:   Sun Oct 16 07:33:56 2016 -0400

    avoid needing . in @INC in dev mode
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 1c0304b..7ed4a38 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -113,7 +113,7 @@ POSTAMBLE
 
 ## BOILERPLATE ###############################################################
 require ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $eumm_version  = eval $ExtUtils::MakeMaker::VERSION;

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



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