* Elizabeth Mattijsen <[EMAIL PROTECTED]> [2004-01-09 15:15]: > Hmmm... now there are two catches to implement this in > Devel::Required. > > - Is Devel::Required still a good name then?
I think not, but I have not the slightest clue what to propose. All I know is it's dealing with versions, so maybe something in that direction is appropriate. > - How will I be able to distinguish between a developer and a > user situation when Makefile.PL is run? The "obvious" answer is you defer to the Makefile, which knows the difference between the "all" and "dist" targets. The problem is.. well.. you have to hack the Makefile generation. Yuck - yuck! Not my idea of fun. At all. *shudder* Module::Build would be a clean solution but I don't believe you want to exclude EU::MM users from using your module. I guess you need to introduce another parameter to Makefile.PL? There's nothing else I can think of. -- Regards, Aristotle "If you can't laugh at yourself, you don't take life seriously enough."
