Ted Pedersen wrote on 10/19/2009 10:45 AM: > It set up the whole module structure for me, and did a nice job of > setting up my perldoc/pod for me in the module ... this is good in > that it hits most of the usual categories you find in the pod of CPAN > modules, and it even gives little explanations of what should be > there... >
I also like that it generates pod tests by default, so when you run 'make test' you know if your pod is formatted correctly and that you have 100% coverage (or not) on your methods/functions. -- Peter Karman . http://peknet.com/ . [email protected]

