RT for rt.cpan.org
Skip Menu
|
Bug #84907 for Perl-Critic: RegularExpressions::ProhibitEnumeratedClasses encourages \d over [0-9]
Active bugs
Resolved bugs
Rejected bugs
Preferred bug tracker
Please visit the
preferred bug tracker
to report your issue.
This queue is for tickets about the
Perl-Critic CPAN distribution
.
Report information
The Basics
Id:
84907
Status:
new
Priority:
0/
Queue:
Perl-Critic
People
Owner:
Nobody in particular
Requestors:
perl [...] toby.ink
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sun Apr 28 20:14:27 2013
perl [...] toby.ink - Ticket created
Subject:
RegularExpressions::ProhibitEnumeratedClasses encourages \d over [0-9]
In fact, most people probably want [0-9], not \d. \d accepts all kinds of crazy characters.