[Catalyst] Dumper bugs (or why each() is dangerous full stop)

Matt S Trout dbix-class at trout.me.uk
Mon May 22 14:48:46 CEST 2006


Bernhard Graf wrote:
> Hello nightworker,
> 
>> Matt S Trout wrote:
>>> DBIx::Class has had a cleanup job where I removed the (sum total
>>> two) instances of each that had crept in; the Catalyst core should
>>> probably get the same.
>> http://dev.catalyst.perl.org/changeset/4176
> 
> That was fast. Thank you!

I can't fix the Dumper provided with vendor perl distributions but this 
I *can* fix.

By the way, if you ever need to work around it forcing Data::Dumper to 
use the pure-perl version rather than the XSUB one should do the trick.



More information about the Catalyst mailing list