Skip Menu |

This queue is for tickets about the Benchmark-Perl-Formance-Cargo CPAN distribution.

Report information
The Basics
Id: 74422
Status: resolved
Priority: 0/
Queue: Benchmark-Perl-Formance-Cargo

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

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



Subject: q{} operator is not recognised by Perl::Critic::Policy::TestingAndDebugging::ProhibitNoWarnings
Date: Thu, 26 Jan 2012 10:36:16 +0000
To: bug-Benchmark-Perl-Formance-Cargo [...] rt.cpan.org
From: Gil Gamesh <gamesh.g [...] gmail.com>
With the following lines in ~/.perlcriticrc [TestingAndDebugging::ProhibitNoWarnings] allow = uninitialized Perlcritic reports "warnings disabled" when run against the following code snippet. use 5.012; use warnings; my $i; no warnings q{uninitialized}; say $i; Using single quote marks instead works as documented. J.
Hi! The visibility of Perl::Critic inside Perl::Formance::Cargo was an indexer issue that was just solved (by rwstauner++). The bundled Perl::Critic dist should no longer interfere with Perl::Formance. Thanks for the report. Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>