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.
Another option? (Score:2)
- Rewrite make in Perl (pake?) and actually make it friendly.
- Remove all reliance on existing command line make tools. Use pake instead.
- Include pake in Perl's standard library.
Just a thought.Reply to This
Re:Another option? (Score:2)
pmake [cpan.org]
Step 1 is accomplished.
Re:Another option? (Score:2)
Re:Another option? (Score:2)
Java did the same thing with Ant. Strange that so many other communities view a dependency on make as a bad idea.