Subject: | Use of uninitialized value in subtraction (-) |
Running make test gives:
whitbread 1011 % make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/
lib', 'blib/arch')" t/*.t
t/test1....ok
t/test2....Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-
Profile-1.05/blib/lib/Devel/Profile.pm line 157.
Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-Profile-1.05/
blib/lib/Devel/Profile.pm line 157.
Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-Profile-1.05/
blib/lib/Devel/Profile.pm line 157.
t/test2....ok
t/test3....ok
t/test4....Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-
Profile-1.05/blib/lib/Devel/Profile.pm line 157.
Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-Profile-1.05/
blib/lib/Devel/Profile.pm line 157.
Use of uninitialized value in subtraction (-) at /Users/sherlock/Installers/Devel-Profile-1.05/
blib/lib/Devel/Profile.pm line 157.
t/test4....ok
t/test5....ok
All tests successful.
Files=5, Tests=7, 4 wallclock secs ( 0.06 cusr + 0.03 csys = 0.09 CPU)
whitbread 1014 % perl -v
This is perl, v5.8.6 built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2004, 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.org/, the Perl Home Page.