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

People
Owner: Nobody in particular
Requestors: b244145 [...] tyldd.com
Cc:
AdminCc:

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



Subject: qr'$foo' stringified as qr/$foo/
'' as delimiters don't interpolate, so this is wrong $ perl -MData::Dumper -le " print Dumper( qr'$dollar' ) " $VAR1 = qr/(?^:$dollar)/; Thanks
Subject: Re: [rt.cpan.org #84569] qr'$foo' stringified as qr/$foo/
Date: Thu, 11 Apr 2013 20:50:21 +0200
To: bug-Data-Dumper [...] rt.cpan.org
From: Steffen Mueller <smueller [...] cpan.org>
On 04/11/2013 11:14 AM, noreply via RT wrote: Show quoted text
> '' as delimiters don't interpolate, so this is wrong > > $ perl -MData::Dumper -le " print Dumper( qr'$dollar' ) " > $VAR1 = qr/(?^:$dollar)/;
This stands a better (if not great) chance to see a timely fix if you file it against rt.perl.org since Data::Dumper is maintained by the perl5-porters as part of Perl. Best regards, Steffen