Subject: | Comment character not parsed correctly |
Date: | Mon, 19 Apr 2010 14:12:17 +0100 |
To: | bug-Config-General [...] rt.cpan.org |
From: | Mike Raynham <enquiries [...] mikeraynham.co.uk> |
The number sign (#) is used to denote comments when it appears at the
start of a line, or when it appears after white space. However, it is
also parsed when it occurs without any surrounding white space. This
may have the same cause as bug ID 56532.
For example:
password v_>gOIUkW}#yuFj%X7IJ
'password' returns:
Show quoted text
v_>gOIUkW}
Escaping with the backslash also fails:
password v_>gOIUkW}\#yuFj%X7IJ
'password' returns:
Show quoted textv_>gOIUkW}\#yuFj%X7IJ
Regards,
Mike