Skip Menu |

This queue is for tickets about the B-Deobfuscate CPAN distribution.

Report information
The Basics
Id: 26950
Status: resolved
Priority: 0/
Queue: B-Deobfuscate

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.18
Fixed in: (no value)



Subject: insufficient quoting of $^X in test
( my $perlbin = $^X ) =~ s/\\/\\\\/g; This does not quote other special characters in $^X, like in my installation the '@'. I think you want quotemeta() instead.