Re: Test::Kwalitee

2007-05-09 Thread Nathan Haigh
Thomas Klausner wrote: > Hi! > > On Wed, May 09, 2007 at 10:43:57AM +0100, Nathan Haigh wrote: > > >> The only bit I think needs to be hard-coded into Test::Kwalitee are the >> indicators that rally have no reason to be tested when running the tests >> on mo

Re: Test::Kwalitee

2007-05-09 Thread Nathan Haigh
Chris Dolan wrote: > > On May 8, 2007, at 8:50 AM, Nathan Haigh wrote: > >> I hope this is the correct place for this question! >> >> I'm trying to use Test::Kwalitee with the following test script: >> >> -- test script start -- >> [...snip...] &

Test::Kwalitee

2007-05-08 Thread Nathan Haigh
I hope this is the correct place for this question! I'm trying to use Test::Kwalitee with the following test script: -- test script start -- use strict; use warnings; use Test::More; eval { require Test::Kwalitee; Test::Kwalitee->import(); }; plan( skip_all => 'Test::Kwalitee not installed;

Bioperl

2006-10-24 Thread Nathan Haigh
I have just discovered the cpants and was wondering why only version 1.2.3 of bioperl has made it in and not the latest version 1.4? Does anyone have any ideas about this? Cheers Nathan