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]
Installed WWW::UsePerl::Journal and had a play. discovered that the listing of ids/titles is slightly broken. On further investigation discovered the line:
foreach (sort keys %entries) {
which isn't very clever. A quick fix and a bit of added functionality I could list ascending or descending ids/titles at will
Mind you I should really finish my third talk for Birmingham.pm. Maybe later...
Patches welcome! (Score:3, Insightful)
I don't use the module now, so I haven't been doing anything to it. I plan to use the SOAP interface instead of the horrible kludgy scraping that's going on now, but I don't think you can access the comments that way...
I ought to write a wee script to output RSS, then I might start using the module again...
Reply to This
Re:Patches welcome! (Score:1)
A handy module to know though, it kept me amused for a couple days during my qmail course :)