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.