Skip Menu |

This queue is for tickets about the Data-Dump-Streamer CPAN distribution.

Report information
The Basics
Id: 29608
Status: resolved
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: yves [...] cpan.org
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.05-36
Fixed in: (no value)



Subject: Small edge case when dumping hash keys
Hello, Recording what I discovered while chatting with Yves on IRC: maddingue@fangorn:~ $ perl -MDDS -e'Dump{"-"=>""}' $HASH1 = { - => '' }; maddingue@fangorn:~ $ perl -MDDS -e'Dump{"-"=>""}' | perl syntax error at - line 1, near "- =>" Execution of - aborted due to compilation errors. This is probably an edge case in the detection logic of -name. Regards -- Close the world, txEn eht nepO.
This should be fixed by 2.08 Cheers, yves