Subject: | structured.t Test Fails, 'Test::Person' has already been created in Moose::Meta::TypeConstraint::Parameterizable and cannot be created again in Moose::Exporter |
I get the following Test output when trying to install this module via cpan.
t/structured.t ................ The type constraint 'Test::Person' has
already been created in Moose::Meta::TypeConstraint::Parameterizable and
cannot be created again in Moose::Exporter at
/usr/local/lib/perl/5.10.1/Moose/Util/TypeConstraints.pm line 535
Moose::Util::TypeConstraints::_create_type_constraint('MooseX::Types::TypeDecorator=HASH(0x946eaa0)', 'MooseX::Types::TypeDecorator=HASH(0x98ce748)', undef, undef, undef, undef) called at /usr/local/lib/perl/5.10.1/Moose/Util/TypeConstraints.pm line 355
Moose::Util::TypeConstraints::subtype('MooseX::Types::TypeDecorator=HASH(0x946eaa0)', 'HASH(0x98ce768)') called at /usr/local/lib/perl/5.10.1/Moose/Exporter.pm line 349
MooseX::Types::CheckedUtilExports::subtype('MooseX::Types::TypeDecorator=HASH(0x946eaa0)', 'HASH(0x98ce768)') called at t/structured.t line 33
t/structured.t ................ Dubious, test returned 9 (wstat 2304, 0x900)
No subtests run
t/synopsis.t .................. ok
HTH.
-Shantanu