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
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
Reply to This
Parent