Skip Menu |

This queue is for tickets about the Form-Processor CPAN distribution.

Report information
The Basics
Id: 34105
Status: new
Priority: 0/
Queue: Form-Processor

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

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: make test-missing is missing Devel::Hide prerequisite
Howdy, The `make test-missing` tests require Devel::Hide to run, but this is not a prereq in the Makefile.PL ;-) Show quoted text
> make test-missing
export DEVEL_HIDE_VERBOSE=0; perl -MDevel::Hide=- from:children,DateTime,Email::Valid,HTML::Tidy,Template,File::Temp,Digest::MD5,Net::CIDR, Date::Manip,DateTime::Format::DateManip -e 'exec("make test")' Can't locate Devel/Hide.pm in @INC ... Suggest adding an optional feature block to the Makefile.PL: feature ('Modules required for: make test-missing', '-default' => 0, 'Devel::Hide', ); .. though guess you may have your own reasons for not using an optional block to list the recommended modules as part of the main makefile. Cheers, Stephen