Bug#512036: calling Data::Dumper-Dump(['a'], 'b') crashes perl interpreter

2009-01-26 Thread Niko Tyni
forwarded 512036 http://rt.perl.org/rt3/Public/Bug/Display.html?id=56766 tag 512036 patch fixed-upstream thanks On Fri, Jan 16, 2009 at 05:21:25PM +0100, Thomas Jahns wrote: The following script crashes perl reliably --8- #! /usr/bin/perl use

Bug#512036: calling Data::Dumper-Dump(['a'], 'b') crashes perl interpreter

2009-01-16 Thread Thomas Jahns
Package: perl Version: 5.10.0-19 Severity: normal The following script crashes perl reliably --8- #! /usr/bin/perl use Data::Dumper (); print Data::Dumper-Dump(['a'], 'b'); --8- Note the incorrect second parameter