I've started an overhaul of my current CPAN modules. I've already upgraded them all to use Module::Build. I've washed them through Perltidy using PBP guidelines, and added extra tests and cleaned up the docs.
I now feel slightly more productive...
Re:At the risk of touching off a flame war
ajt on 2006-02-17T17:10:17
The older modules already have old style Makefiles, and I have no plans to remove them. While it's a pain maintaining two sets, I agree that it's a worth while thing to do. I belive that Module::Build has tools to automatically make and maintain a Makefile for you.
Re:Perl::Critic
ajt on 2006-02-22T10:03:12
Thanks, that's a useful suggestion. Will give that a go too! At the moment I'm using Module::Build's testcover to improve my test coverage, currently at 77% on the first module to test.