Elizabeth Mattijsen <[EMAIL PROTECTED]> writes:
> - Is Devel::Required still a good name then?
No.
And I'd very much like to execute it explictly, instead of implicitly.
perl Makefile.PL -> generates Makefile
perl -MDevel::Panacea Makefile.PL -> updates modules, PODs,
version numbers, and so on
Ok, fair enough.
I guess I can make it so that if you had in PERL5OPTS, it would only do its magic when called from Makefile.PL. So I could make it implicit for the lazy ones amongst us.
Do we have a name for this beast? Devel::Panacea doesn't seem right either... ;-)
Liz
