Subject: | Undeclared dependency MooseX::Types::Path::Class |
It seems that MooseX::Types::Path::Class has to be declared as a prerequisite --- otherwise the test suite fails:
...
# Failed test 'use TreePath::Role::Graph;'
# at t/00-load.t line 10.
Bailout called. Further testing stopped:
# Tried to use 'TreePath::Role::Graph'.
# Error: Can't locate MooseX/Types/Path/Class.pm in @INC (you may need to install the MooseX::Types::Path::Class module) (@INC contains: ...) at /home/cpansand/.cpan/build/2018111801/TreePath-Role-Graph-0.07-0/blib/lib/TreePath/Role/Graph.pm line 4.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018111801/TreePath-Role-Graph-0.07-0/blib/lib/TreePath/Role/Graph.pm line 4.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $TreePath::Role::Graph::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing TreePath::Role::Graph , Perl 5.026002, /opt/perl-5.26.2/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:856: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
...