Skip Menu |

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

Report information
The Basics
Id: 14374
Status: resolved
Priority: 0/
Queue: Data-TreeDumper

People
Owner: Nobody in particular
Requestors: nadim [...] khemir.net
Cc:
AdminCc:

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



Subject: no class displayed for blessed scalar references
The object type is not dumped when the object is a scalar reference: my $picture = "X" x 400 ; bless \$picture, "picture" ;