NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tracking down kwalitee errors (Score:1)
One minor issue, at the bottom of the pages you have text:
but Module::CPANTS::Analyse is then a link to Module::CPANTS::Generator on search.cpan.org.
From memory previous versions gave details (somehow) on the exact causes of errors, for example in earlier versions of Imager I could see it list lib/Imager/Cookbook.pm as not having use strict. Unfortunately I don't remember exactly where that was linked from - is the detailed scan information available now without installing M::C::Analyse?
This would be handy in tracking down kwalitee failures, for example: Imager fails the no_pod_errors
test, but the test suite includes a Test::Pod test script and doesn't seem to be failing it. [cpan.org]Reply to This
Re:Tracking down kwalitee errors (Score:1)
In my case, it's due to not regonizing the (not yet common) "extended begin" syntax.
=begin testing foo after bar
=end testing