UK based. Perl, XML/HTTP, SAP, Debian hacker.
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 (Score:1)
Probably be another 6 months till these problems are resolved.
Re:At the risk of touching off a flame war (Score:2)
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.
-- "It's not magic, it's work..."
Perl::Critic (Score:1)
Re:Perl::Critic (Score:2)
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.
-- "It's not magic, it's work..."