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: 7190
Status: new
Priority: 0/
Queue: Data-Dumper

People
Owner: Nobody in particular
Requestors: tallpeak [...] hotmail.com
Cc:
AdminCc:

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



Subject: \substr or \vec: cannot handle ref type 9 at Dumper.pm line 158
Can't dump a ref to a substr, nor a ref to a vec: $ perl -le 'use Data::Dumper; print Dumper(\substr("x",0,1))' cannot handle ref type 9 at /usr/local/lib/perl5/5.8.4/cygwin/Data/Dumper.pm line 158. $VAR1 = ; $ perl -le 'use Data::Dumper; print Dumper(\vec("x",0,1))' cannot handle ref type 9 at /usr/local/lib/perl5/5.8.4/cygwin/Data/Dumper.pm line 158. $VAR1 = ; Running under: Perl 5.8.4, either cygwin or activestate, WinXP, Data::Dumper 1.121 $ grep -h Version /usr/local/lib/perl5/5.8.4/cygwin/Data/Dumper.pm c:/perl/lib/Data/Dumper.pm Version 2.121 (Aug 24 2003) Version 2.121 (Aug 24 2003)