Subject: | Undeclared dependency Params::Validate |
The test suite fails if Params::Validate is not installed:
...
# Failed test 'use Log::Dispatch::Atom;'
# at t/00.load.t line 11.
# Tried to use 'Log::Dispatch::Atom'.
# Error: Can't locate Params/Validate.pm in @INC (you may need to install the Params::Validate module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2018111820/Log-Dispatch-Atom-0.03-0/blib/lib/Log/Dispatch/Atom.pm line 13.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018111820/Log-Dispatch-Atom-0.03-0/blib/lib/Log/Dispatch/Atom.pm line 13.
# Compilation failed in require at t/00.load.t line 11.
# BEGIN failed--compilation aborted at t/00.load.t line 11.
#
#
Use of uninitialized value $Log::Dispatch::Atom::VERSION in concatenation (.) or string at t/00.load.t line 17.
# Log::Dispatch::Atom
# XML::Atom 0.42
#
# Looks like you failed 1 test of 1.
t/00.load.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Can't locate Params/Validate.pm in @INC (you may need to install the Params::Validate module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2018111820/Log-Dispatch-Atom-0.03-0/blib/lib/Log/Dispatch/Atom.pm line 13.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018111820/Log-Dispatch-Atom-0.03-0/blib/lib/Log/Dispatch/Atom.pm line 13.
Compilation failed in require at t/Log-Dispatch-Atom.t line 8.
BEGIN failed--compilation aborted at t/Log-Dispatch-Atom.t line 8.
t/Log-Dispatch-Atom.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...