Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 597
Status: resolved
Priority: 0/
Queue: Data-Dumper

People
Owner: Nobody in particular
Requestors: robertmhaas [...] yahoo.com
Cc:
AdminCc:

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



Subject: qr/.../ confuses Data::Dumper
Data::Dumper 2.101 under perl, version 5.005_03 built for i386-linux fails when the data structure being dumped contains a qr/..../. For example: perl -MData::Dumper; -e '$a=qr//; print Dumper($a);' Can't handle type. at -e line 1
[guest - Mon May 13 12:23:08 2002]: Show quoted text
> Data::Dumper 2.101 under perl, version 5.005_03 built for i386-linux > fails when the data structure being dumped contains a qr/..../. > > For example: > > perl -MData::Dumper; -e '$a=qr//; print Dumper($a);' > Can't handle type. at -e line 1
had the same problem , updated to perl5.61 , problem gone.
Apparently, this was resolved a very long time ago. Marking as fixed. --Steffen