Subject: | make test failed on Fedora core 1 with per ver. 5.8.3 |
Hi all,
I try to install a perl module: Devel-StackTrace-1.09, but the make test fail with the follwing output:
The make test TEST_VERBOSE=1 output is:
----------------------------------------
/usr/bin/perl Build test
t/01-basic....ok 26/33Use of uninitialized value in numeric ge (>=) at t/01-basic.t line 182.
t/01-basic....ok
t/99-pod......skipped
all skipped: Test::Pod 1.00 required for testing POD
All tests successful, 1 test skipped.
Files=2, Tests=33, 1 wallclock secs ( 0.09 cusr + 0.03 csys = 0.12 CPU)
The uname -a output is:
-------------------------
Linux homer.nic.it 2.4.22-1.2174.nptlsmp #1 SMP Wed Feb 18 16:21:50 EST 2004 i686 i686 i386 GNU/Linux
The perl -v output is:
-------------------------
perl -v
This is perl, v5.8.3 built for i386-linux-thread-multi
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.