![]() |
|
"be consistent" | |
PerlMonks |
Re: ExtUtils::ModuleMakerby Dog and Pony (Priest) |
on Jun 11, 2002 at 15:32 UTC ( #173518=note: print w/replies, xml ) | Need Help?? |
First of all, thanks for this. I've been using your script for a while, because I find this way much easier than the H2XS way. I just discovered that a new feature has been added to ExtUtils::ModuleMaker that I thought I'd share with the rest of you.
If you add to the arguments to Generate_Module_Files it produces the directory "Foo-Bar" instead of "Foo/Bar", which apparently is what you want to make it easier to make for instance a CPAN distribution (see link below). It still doesn't add the version number, as recommended in the excellent How to make a CPAN Module Distribution, but now it is much easier to do that too. The following lines, added to your script (together with the "compact" argument) takes care of this: Just so we all can be even more lazy... :) Note that you must upgrade ExtUtils::ModuleMaker to a newer version for this to work, I am using version 0.204, while whatever the last one I had was, did not have the compact parameter. You have moved into a dark place. It is pitch black. You are likely to be eaten by a grue.
In Section
Module Reviews
|
|