X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=3af46b121eef2903e5b51faf2171008a1e5ef1dc;hb=c81fe1dad3abade373c9a64020331047b95a7a81;hp=04f20c3d9224678e118ae748d0eded93ec72ea19;hpb=58cd9d451f194f4edecde0915ba6a8346af5ba14;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index 04f20c3..3af46b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,11 @@ my %META = ( my %MM_ARGS = ( ( # a sub-namer is needed if using the debugger on some perls - require 'lib/namespace/clean/_Util.pm' + do { + # sigh... so much unmitigated stupidity on #p5p these days... + local @INC = ('lib', @INC); + require namespace::clean::_Util; + } and namespace::clean::_Util::DEBUGGER_NEEDS_CV_RENAME() and