Skip Menu |

This queue is for tickets about the Devel-Profile CPAN distribution.

Report information
The Basics
Id: 52659
Status: open
Priority: 0/
Queue: Devel-Profile

People
Owner: Nobody in particular
Requestors: rebs.guarina [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: uninitialized value error while installing Devel::Profile
Date: Fri, 11 Dec 2009 11:57:38 +1300
To: bug-Devel-Profile [...] rt.cpan.org
From: Rebs Guarina <rebs.guarina [...] gmail.com>
Hello, I just ran into this output while installing Devel::Profile-1.05. I'm running perl 5.8.8 on kubuntu 7.04 with kernel version 2.6.25.18 t/test2.t .. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. t/test2.t .. ok t/test3.t .. ok t/test4.t .. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. Use of uninitialized value in subtraction (-) at /root/.cpan/build/Devel-Profile-1.05-3lAS8z/blib/lib/Devel/Profile.pm line 157. which refers to this line: my $t = time() - $ti # total time of called sub - ($tacc - $st); # minus time of subs it called
1) you somehow accidentally enabled warnings, and are seeing messages as a result. 2) all tests passed. no bug.
Subject: Re: [rt.cpan.org #52659] uninitialized value error while installing Devel::Profile
Date: Fri, 11 Dec 2009 23:38:05 +1300
To: bug-Devel-Profile [...] rt.cpan.org
From: Rebs Guarina <rebs.guarina [...] gmail.com>
Hi Jeff, Yes I'm aware of the warnings. I was thinking that the tests should work with or without it being enabled. If you're cool with those, and is convinced that they are not, in any way detrimental to the performance of the module, then that's fine by me. Thanks! On Fri, Dec 11, 2009 at 6:22 PM, Jeff Weisberg via RT <bug-Devel-Profile@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=52659 > > > > 1) you somehow accidentally enabled warnings, and are seeing messages as a result. > > 2) all tests passed. > > no bug. > > > >