Subject: | Test failure with type constraint for age |
The test t/03types.t is failing for me like this:
Class-XSConstructor-0.005 518 $ perl -I blib/lib -I blib/arch/ t/03typetiny.t
ok 1 - Person attributes
ok 2 - Employee attributes
ok 3 - Person required attributes
ok 4 - Employee required attributes
ok 5 - Person type constraints
ok 6 - Employee type constraints
Value '40' failed type constraint for 'age' at t/03typetiny.t line 90.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 6.
Class-XSConstructor-0.005 519 $
It seems to not fail cleanly. I have just installed the Types::Standard module from CPAN so it is the latest version.