[Bioperl-l] Re: LiveSeq tests warn

Joseph Insana insana@ebi.ac.uk
Wed, 31 Jan 2001 00:08:03 +0000 (GMT)


> Just to let you know, I'm getting warnings on my machine from
> LiveSeq.t and Mutator.t. Could you check whether this might
> indicate an error? (I'm running Perl 5.005_03 on Linux 2.2.10.)

Strange, I have nothing like that.
Hmmmm. It seems it's complaining because I used "ne" instead than "!="
to test for something to be -1 or not -1.
My perl is not complaining.
I am running perl v5.6.0 on linux 2.4.0.

Try please putting "!=" instead than "ne" and see if it gets fixed.

Joseph