Subject: | Several test failures |
I see some failures on my smoker systems:
- maybe a minimum prereq version for Function::Parameters has to be specified?
...
Too many arguments in import list for the Function::Parameters module at /home/cpansand/.cpan/build/2020052621/Role-Declare-0.02-JvWBZ1/blib/lib/Role/Declare.pm line 166.
BEGIN failed--compilation aborted at t/role-declare.t line 6.
t/role-declare.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...
- another one, reason unclear:
...
Only one parameter to ArrayRef[`a] expected; got 3. Did you mean to use Tuple[`a]? at /home/cpansand/.cpan/build/2020052621/Role-Declare-0.02-iF8746/blib/lib/Role/Declare.pm line 63.
BEGIN failed--compilation aborted at t/role-declare.t line 15.
t/role-declare.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/shorthands.t .... ok
...
- yet another one, also with unclear reason:
...
# Failed test 'wrong number of elements in list context'
# at t/role-declare.t line 90.
# expecting: Regexp ((?^:did not pass type constraint))
# found: normal exit
# Failed test 'invalid non-empty list returned under ReturnListMaybe'
# at t/role-declare.t line 93.
# expecting: Regexp ((?^:did not pass type constraint))
# found: normal exit
# Looks like you failed 2 tests of 11.
t/role-declare.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/11 subtests
...