Subject: | It appears to be ignoring the perlcritic.rc file |
When I use the following:
perlcritic -p perlcritic.rc lib
it passes the Perl critic tests.
But when I run "dzil test", it fails them because it ignores settings in the perlcritic.rc file.
Explicitly setting the location of the file, or moving it to an alternative location, does not help.
I suspect that is because the file is not where it thinks the file is. (Because the test script ignores the perlcritic.rc if it can't find it, it does not indicate that there is an problem.)