Subject: | Tests fail with current Moose |
PERL_DL_NONLAZY=1 /home/autarch/perl5/perlbrew/perls/perl-
5.14.2/bin/perl5.14.2 "-MExtUtils::Command::MM" "-e" "test_harness(0,
'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ................................. ok
t/01-types-parameterizable.t ................ ok
t/02-types-parameterizable-extended.t ....... ok
t/03-coercions.t ............................ ok
t/04-types-parameterizable-parameterized.t .. ok
t/05-pod-examples.t ......................... ok
t/06-anonymous.t ............................ ok
t/07-no-message.t ........................... ok
t/08-custom-messages.t ...................... ok
Attribute (name) does not pass the type constraint because:
'ARRAY(0x32deb78)' is too long (max length 5) at accessor Person::name
(defined at t/09-coercions-bug.t line 62) line 8
Person::name('Person=HASH(0x32de3b0)', 'ARRAY(0x32deb78)')
called at t/09-coercions-bug.t line 68
# Tests were run but no plan was declared and done_testing() was not
seen.
t/09-coercions-bug.t ........................