|
|
sybperl-l Archive
Up Prev Next
From: Craig Tyler <ctyler at xtrasource dot com>
Subject: Should I ignore this?
Date: Jun 3 1998 2:02PM
Hi,
Thanks to Ken O's Guide, the archive for this list, and another person
at my site, I have gotten to the point listed below while
'make test'ing. Should I worry about this "Use of uninitialized...."
comment or just ignore it?
------------------------------------------
PERL_DL_NONLAZY=1 ./../perl -I.././blib/arch -I.././blib/lib
-I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ctlib.............ok
t/cursor............Use of uninitialized value at t/cursor.t line 123.
ok
All tests successful.
Files=2, Tests=52, 3 secs ( 1.12 cusr 0.08 csys = 1.20 cpu)
-------------------------------------------
Thanks,
Craig Tyler
|