Testing if an HTML is w3 standard

2005-08-06 Thread Gábor Szabó
Reading the blog of Geoff about the OSCON session http://www.onlamp.com/pub/wlg/7523 I just remembered an open issue for me. How do you test if an HTML page is in one of the w3 standards ? There is the w3 validator online at http://validator.w3.org/ but I cannot use that for my ongoing tests. I ne

Re: Why are we adding more kwalitee tests?

2005-09-07 Thread Gábor Szabó
On 9/7/05, David Golden <[EMAIL PROTECTED]> wrote: > > a) all tests are relevant > b) all tests matter equally (are equally weighted) > c) higher score means higher quality > > The scores are available in the database. There's no reason that someone > can't use it to generate their own "Qualitee

Re: New kwalitee test, has_changes

2005-09-15 Thread Gábor Szabó
On 9/15/05, Christopher H. Laco <[EMAIL PROTECTED]> wrote: > > Would this look for Change OR ChangeLog? > Both seem to be popular on CPAN. And some people put their changelog in the README. Gabor

CPANTS: has_license ?

2005-09-19 Thread Gábor Szabó
What do you think about adding a has_license kwalitee to CPANTS ? Checking if the META.yml has that entry ? For extra points you might also parse the module file to see if there is copyright and license information and if they are the same as in META.yml This will encourage people state clearly w

Devel::Cover: Can't find digest for blib/lib/A/B.pm

2005-10-27 Thread Gábor Szabó
In a project I am running with Devel::Cover I get the following error message: Can't find digest for blib/lib/A/B.pm at /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/Devel/Cover/DB/Structure.pm line 253. t/01-configok All tests successful. Files=1, Tests=2, 8 wallclock secs ( 8.21 cu

Re: Devel::Cover: Can't find digest for blib/lib/A/B.pm

2005-10-27 Thread Gábor Szabó
actually I think this happens to be with any module, eg.: [EMAIL PROTECTED]:~/Spreadsheet-ParseExcel-Simple-1.03$ cov Deleting database /home/gabor/Spreadsheet-ParseExcel-Simple-1.03/cover_db No root path(s) specified at /usr/local/lib/perl/5.8.7/Devel/Cover/DB.pm line 110 PERL_DL_NONLAZY=1 /usr/

Re: Devel::Cover: Can't find digest for blib/lib/A/B.pm

2005-10-27 Thread Gábor Szabó
On 10/27/05, Paul Johnson <[EMAIL PROTECTED]> wrote: > > cover -delete > > export DEVEL_COVER_OPTIONS= > > "-coverage statement,branch,condition,path,subroutine,time" > > This is the problem. You want a comma after -coverage instead of a > space. The documentation could be more clear on this