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]
However, not so easy to ignore and causing my adapted parser from WWW::CPAN::Testers::Generator to fail, are several incorrectly posted reports. Most appear to be hand written reports, but I suspect there are a few that are from automated processes. Seeing as most are from several years ago, it's not worth following them up. But a few from this year I thought I would. Two reporters have replied, who it turned out had just created a few manual reports. Now knowing the problem, if they need to do manual reports again they know the correct format. I'll try and keep an eye out for any others.
So what is the problem? Well, as Acme's distribution trawls the NNTP postings to create the CPAN Testers website, it would be a shame for reports to get ignored. However, as some can't be parsed, they do get ignored. In virtually all instances it is simply the subject line that is incorrect. In several the 'perl -V' output is missing. They are both simple things, but quite crucial to successfully parsing the reports.
Best to give an example:
BAD: PASS XXXX::XXXX Linux-1.2.3
BAD: PASS XXXX::XXXX-0.12 Linux-1.2.3
BAD: PASS XXXX-XXXXX Linux-1.2.3
BAD: PASS XXXX-XXXX-0.12.tar.gz Linux-1.2.3
GOOD: PASS XXXX-XXXX-0.12 Linux-1.2.3
The key point is how the distribution is named. It is named as the directory that it would usually be unwrapped into, once CPAN/CPANPLUS have downloaded it. This means it only has dashes (-), no colons, between the namespaces. It also must include the version number, otherwise there is no way of knowing whether this was an old version or the current version you were testing. All extensions should also be removed. And please, please include the output of 'perl -V'.
The regular testers all use automated scripts and distributions to test and produce reports, and have it covered. It's the occasional testers or sometimes new starters that need a bit of guidance. As such, as part of the yacsmoke project, I'm planning to write a practical guide to cpan-testing, so in future I can point people to that.
Of course no-one on use.perl posts bad reports do they
Re: (Score:1)
Re: (Score:2)
I don't want to discourage anyone wanting to help
Re: (Score:1)