Skip Menu |

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

Report information
The Basics
Id: 58488
Status: resolved
Priority: 0/
Queue: Devel-TraceUse

People
Owner: Nobody in particular
Requestors: tom.browder [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.01
Fixed in: 2.02



Subject: Error Message During Use
I am using Devel::TraceUse on Linux amd, Ubuntu LTS 10.04. It was installed today through the program 'cpan'. While using Devel::TraceUse like so: perl -d:TraceUse myprog.pl I get the error message: Use of uninitialized value $pos in addition (+) at /usr/local/share/perl/5.10.1/Devel/TraceUse.pm line 117 (#1) I think I fixed it by modifying line 137 in Devel/TraceUse.pm from show_trace($_) for sort keys %loaded; to show_trace($_, 0) for sort keys %loaded; Thanks for a great program! Regards, -Tom
Subject: Re: [rt.cpan.org #58488] Error Message During Use
Date: Fri, 18 Jun 2010 02:10:24 +0200
To: Tom Browder via RT <bug-Devel-TraceUse [...] rt.cpan.org>
From: "Philippe Bruhat (BooK)" <philippe.bruhat [...] free.fr>
On Thu, Jun 17, 2010 at 10:05:34AM -0400, Tom Browder via RT wrote: Show quoted text
> Thu Jun 17 10:05:33 2010: Request 58488 was acted upon. > Transaction: Ticket created by tbrowde > Queue: Devel-TraceUse > Subject: Error Message During Use > Broken in: 2.01 > Severity: Important > Owner: Nobody > Requestors: tom.browder@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58488 > > > > I am using Devel::TraceUse on Linux amd, Ubuntu LTS 10.04. > It was installed today through the program 'cpan'. > While using Devel::TraceUse like so: perl -d:TraceUse myprog.pl > > I get the error message: > > Use of uninitialized value $pos in addition (+) at > /usr/local/share/perl/5.10.1/Devel/TraceUse.pm line 117 (#1) > > I think I fixed it by modifying line 137 in Devel/TraceUse.pm from > > show_trace($_) for sort keys %loaded; > > to > > show_trace($_, 0) for sort keys %loaded; >
It makes sense. Applied! -- Philippe Bruhat (BooK) In war, the only winners are those who sell the weapons. (Moral from Groo #3 (Image))