Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: cpan [...] abigail.be
Cc:
AdminCc:

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



Subject: $RE{num}{real}{-sep => ","} does not match decimals starting with a dot.
".75" =~ $RE {num} {real} {-sep => ","} matches "75", not ".75". Without the {-sep => ","} clause, the bug is not triggered. $RE {num} {decimal} {-sep => ","} fails in the same way.
This was reported by Ryan Calme <ryan.calme@gmail.com>