NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Announce: Template-Toolkit-2.16.tar.gz (Score:1)
I know this is far beyond your scope of emergency release, but I wonder about your diff. Why use
when you can just use
$Config{make} is supposed to hold whatever is necessary to invoke whatever make program is there for the platform, so just trust it...
Re: Announce: Template-Toolkit-2.16.tar.gz (Score:1)
"What you're running with" is what Config.pm says. If you want the Perl tool suite to "run" a different make tool, adjust your Config.pm to match it. Relying on weirdo magic to counteract Config.pm leads to untraceable insanity.
Reply to This
Parent
Re: (Score:1)
Of course, but I'll note that I didn't introduce the untraceable insanity.
I've REMOVED it for one specific case I know works, and I'm otherwise carefully trying to avoid blatantly refactoring someone else's code I'm just a caretaker for.