I'm not actually using DDS. There's a conflict between perl5i and DDS
(actually between source filters and Devel::Declare) and I happened to notice
them. Just passing it on.
A Devel::Declare/PPI based magic Data::Dumper would be much safer than DDS or
DDN, fwiw.
On 2011.2.24 4:58 PM, Curtis 'Ovid' Poe via RT wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=66098 >
>
> Try adding a unary plus before the Dump to force disambiguation (+Dumper)
>
> Also, check out my Data::Dumper::Names. Unlike ::Simple, it's not a source filter. It's a touch
> more limited and you have to pass references, but it works well.
>
> Cheers,
> Ovid
>
> On Wed Feb 23 19:03:56 2011, MSCHWERN wrote:
>> Data::Dumper::Simple needs parens around it's Dumper() function.
>>
>> use strict;
>> use warnings;
>> use Data::Dumper::Simple;
>> print Dumper 42;
>> __END__
>> Name "main::Dumper" used only once: possible typo at
>> /Users/schwern/tmp/test.plx line 4.
>> print() on unopened filehandle Dumper at /Users/schwern/tmp/test.plx
>> line 4.
>>
>> I don't know if it's worth fixing, but I figured I'd report it.
--
You are wicked and wrong to have broken inside and peeked at the
implementation and then relied upon it.
-- tchrist in <31832.969261130@chthon>