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
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...]
&
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;
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