Skip Menu |

This queue is for tickets about the Term-Prompt CPAN distribution.

Report information
The Basics
Id: 25324
Status: new
Priority: 0/
Queue: Term-Prompt

People
Owner: Nobody in particular
Requestors: canipe_chris [...] yahoo.com
Cc:
AdminCc:

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



Subject: $/ is interpolated in regex check.
I'm using the 'e' (Regular Expression) prompt in Perl 5.8.8 on SunOS 5.8. When the user enters an invalid value, the message that is printed interpolates "$/" in the regex, yeilding... Reply needs to match regular expression /^[\w.]+ . ...instead of... Reply needs to match regular expression /^[\w.]+$/.