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
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
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
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
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
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/
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