Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Test-Perl-Critic CPAN distribution.

Report information
The Basics
Id: 108491
Status: new
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-Perl-Critic

People
Owner: Nobody in particular
Requestors: VDB [...] cpan.org
Cc:
AdminCc:

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



Subject: Test::Perl::Critic silently ignores errors in critic_config option
I have following lines in my dist.ini: [Test::Perl::Critic] critic_config = perlcritic.ini If perlcritic.ini does not exist, Test::Perl::Critic silently ignores it. Such behavior could be suitable for default config file, but if explicitly specified config file is missed, the test should issue a error message.