in reply to What's your Module Template
I use a 'new.pl' script, which is basically just a thin wrapper around ExtUtils::ModuleMaker. I use the same script to generate script boilerplate too, but have to create this from a template, which has GetOpt::Long, --help and the other usual suspects pre-coded. It'd be nice if there were a CPAN module that did for scripts what ExtUtils::ModuleMaker does for modules, but I've yet to find (or I suppose, write) one.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What's your Module Template
by xdg (Monsignor) on Sep 15, 2005 at 10:58 UTC | |
by polypompholyx (Chaplain) on Sep 15, 2005 at 11:58 UTC |