Skip Menu |

This queue is for tickets about the Data-HexDump CPAN distribution.

Report information
The Basics
Id: 61974
Status: new
Priority: 0/
Queue: Data-HexDump

People
Owner: Nobody in particular
Requestors: ralph.neff [...] exfo.com
Cc:
AdminCc:

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



CC: "Benjamin Bennett" <benjamin.bennett [...] exfo.com>
Subject: Data::HexDump
Date: Thu, 7 Oct 2010 16:41:01 -0400
To: <bug-Data-HexDump [...] rt.cpan.org>
From: "Ralph Neff" <ralph.neff [...] exfo.com>
May have a bug. HexDump('0') does not show anything. This is due to this line: while ($val = $self->get) { in sub dump. I replaced it with while (($val = $self->get) ne '') { which seems to work better. Sincerely, Ralph Neff