Subject: | criteria for turning on author tests insufficient |
When running the Params::Validate build under Shipwright (which holds
the module sources in an svn repository), the author tests
inappropriately run, causing build failures.
This is due to lines like this in the author test files:
plan skip_all => 'This test is only run for the module author'
unless -d '.svn' || $ENV{IS_MAINTAINER};
Really, the -d .svn test should probably be removed.