Skip Menu |

This queue is for tickets about the Regexp-Common-time CPAN distribution.

Report information
The Basics
Id: 78415
Status: new
Priority: 0/
Queue: Regexp-Common-time

People
Owner: Nobody in particular
Requestors: obrien.jk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: %P doesn't get translated in $RE{time}{strftime}{-pat => '%H'}
One-liner: perl -MRegexp::Common=time -E 'say qr/$RE{time}{strftime}{-pat => q{%P}}/;' Output is: (?^u:(?:)) Where something like... (?^u:(?:[ap]m)) ...would be expected. I'm using perl 5.14.2 on Kubuntu 12.04 J.