Module updates

ajt on 2006-02-16T15:07:39

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...


At the risk of touching off a flame war

Alias on 2006-02-17T04:09:17

Please make sure that all your Module::Build modules have compatibility Makefile.PLs, because there are still big problems occuring with distributions that only have a Build.PL.

Probably be another 6 months till these problems are resolved.

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.

Perl::Critic

sigzero on 2006-02-21T23:41:31

You can run it like Perltidy against your modules and it will spit out where you deviate from PBP. I use it on my stuff and it is pretty cool.

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.