Skip Menu |

This queue is for tickets about the Params-Validate CPAN distribution.

Report information
The Basics
Id: 49890
Status: resolved
Priority: 0/
Queue: Params-Validate

People
Owner: Nobody in particular
Requestors: rmb32 [...] cornell.edu
Cc:
AdminCc:

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



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.