Author of:
and maintainer of:
I have just committed my last changes to CVS on a new tool of my own called Module::Template::Setup. Its a module with can help me start on new modules by setting up all the necessary files according to a set of templates togther with a set of directories.
The files and directories are:
A module directory containing
Makefile.PL
TODO
Changes
README
a t directory
a lib directory containing sub directories
a module file
I have a lot of plans for this module, I will consider later whether it will be released for CPAN, for now it is too simple and it probably only scratches a personal itch.
release! (Score:1)
rjbs
Re:release! (Score:2)
Release it, dammit. (Score:2)
Examples are taken from HTML::Tidy, but they're standard in all my modules. Only t/00.load.t needs to be changed on a per-module basis.
--
xoa
Re:Release it, dammit. (Score:2)
As soon as I have the customization figured out I will release it