Leon Brocard sent the following bits through the ether:
> More soon.
Data::Dumper doesn't have an option to sort hashes. In bleadperl the
hash function has changed, so we get stuff like:
MATCH FAILED
input: [[% USE Dumper -%]\n[% Dumper.dump({ foo = 'bar', bar = 'baz'}, 'hello' )
-%]\n]
expect: [$VAR1 = {\n 'foo' => 'bar',\n 'bar' => 'baz'\n
};\n$VAR2 = 'hello';]
output: [$VAR1 = {\n 'bar' => 'baz',\n 'foo' => 'bar'\n
};\n$VAR2 = 'hello';\n]
not ok 7
Minor, but annoying as I don't know how to fix this. More soon.
Leon
--
Leon Brocard.............................http://www.astray.com/
Iterative Software...........http://www.iterative-software.com/
... Error 256: Programmer Deleted