Skip Menu |

This queue is for tickets about the Class-MOP CPAN distribution.

Report information
The Basics
Id: 45987
Status: resolved
Priority: 0/
Queue: Class-MOP

People
Owner: Nobody in particular
Requestors: bo [...] startsiden.no
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.83
Fixed in: 0.84



Subject: Test breaks with Test::Exception 0.21
Hi, You require Test::Exception 0.21, but with that class I get a lot of errors. Upgrading to 0.27 fixes it though. Maybe you should upgrade the requirements in you Makefile.PL / META.yml? t/070_immutable_metaclass................. # Failed test '... got the superclasses okay' # in t/070_immutable_metaclass.t at line 89. # died: No next::method '_try_as_caller' found for Class::MOP::Class::Immutable::Class::MOP::Class=HASH(0x9e94b0) at /usr/local/share/perl/5.8.8/Class/C3/next.pm line 55. # Failed test '... got the meta instance okay' # in t/070_immutable_metaclass.t at line 98. # died: No next::method '_try_as_caller' found for Class::MOP::Class::Immutable::Class::MOP::Class=HASH(0x9e94b0) at /usr/local/share/perl/5.8.8/Class/C3/next.pm line 55. # Failed test 'The object isa Class::MOP::Instance' # in t/070_immutable_metaclass.t at line 99. # The object isn't defined # Failed test '... and we know it is cached' # in t/070_immutable_metaclass.t at line 100. # got: undef # expected: 'Class::MOP::Instance=HASH(0xa805f0)'
Fixed in version control. Will be part of the next release.