Message-ID: <
20020327134806.C18945@rafael>
regmesg.t patch still would be nice.
p4raw-id: //depot/perl@15574
case 'p':
case 'P':
if (RExC_parse >= RExC_end)
- vFAIL("Empty \\p{}");
+ vFAIL2("Empty \\%c{}", value);
if (*RExC_parse == '{') {
U8 c = (U8)value;
e = strchr(RExC_parse++, '}');