Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.
If you really want to find out more, buy me a Guinness
Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]
After a few emails flying back and forth regarding ideas for improvements, expanding the usage, etc. it all went quiet for a while. We both had other things to work on, so didn't have the time to take it further at that point. But we did say we'd both have a think and see where it takes us.
Rani got in touch this week, and has started a sourceforge project for Class::Phrasebook. However he had some doubts about changing the module.
Most people who have contacted him have praised his module and are using it very nicely, which is great, as it IS a nice module and it's always nice to know people are using and appreciating your work. However, he's only had a few emails asking about other forms of a datastore. Someone asked for another XML format, another asked about a database implementation (which I like the sound of) and my INI configuration file implementation. As most people seem to be using the module rather well, he's dubious of the effort to extract the datastore code, debug code, error code, etc into separate modules and simplify the interface so that it can be expanded for future datastores. I have to say I'm a bit disappointed, but then that's his choice.
If I'd have received these email it would have spurred me on to try facilitate the ideas. As most people don't contact you about a module, whether good or bad. So if I received more than one mail about extending a module, it would imply to me there are several others out there who might benefit from the choice on offer.
If Rani is reluctant to change the current implementation, I may well try it myself and see if I can create a working version of the current XML based phrasebook, alongside a couple of others. Then send the whole lot to Rani and see what he thinks. To a degree I can understand why he doesn't want to change it, as why fix something that isn't broken for you. However, I do think the idea of a Class::Phrasebook is bigger than one implementation. Plus surely, Class implies sub-classing, inheritence and other such OO things. None of which Class::Phrasebook does.
I've sent him a reply to try and convince him it something worth doing, so we'll see where it takes us.
my own (Score:1)
---ict / Spoon
Re:my own (Score:2)
OO on CPAN (Score:2)
I seem to recall a rant on use.perl recently about CPAN people not making enough use of subclassing...
-Dom
Re:OO on CPAN (Score:2)
With the code from koschei and my code and ideas, I should be able to put forward a case for a change. We'll see :)