Skip Menu |

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: 80542
Status: new
Priority: 0/
Queue: Perl-Critic

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

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



Subject: complexity in regular expressions
Date: Thu, 1 Nov 2012 03:48:19 -0500
To: bugs-perl-critic [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
I was just reading the ExtendedFormatting Policy and I realized that it'd be nice if we could count meta? special? characters instead of just characters. I'm not sure how easy this would be though /^this is really a simple expression$/ /^[A-Z]$/ #also really simple https://metacpan.org/module/Perl::Critic::Policy::RegularExpressions::RequireExtendedFormatting -- Caleb Cushing http://xenoterracide.com