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.
compatibility and extensibility (Score:1)
I was about to write a comment worrying that the syntax would have backward compatibility problems and problems with missing features, but then I realized that including the parser in inc/ solves both of those problems.
Hmm, interesting.
Reply to This
Re: (Score:1)
The key benefit to Module::Install is that it doesn't have backwards-compatibility or problems with missing features.
Of course, it has a whole different set of problems, but it does allow me to add and change features without the normal issues that occur in the rest of the toolchain.