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: (Score:1)
In particular, if you are setting up activestate is only tells you what it was built with, not what you are running it with. So there are cases where it will lie. So I'm fairly careful to correct the case I know is ok (dmake).
Re: Announce: Template-Toolkit-2.16.tar.gz (Score:1)
That should read "Because you can't necessarily trust it all the time".
Reply to This
Parent