Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 46104
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: david [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Makefile.PL missing requires for UNIVERSAL::isa and UNIVERSAL::can
Catalyst-Runtime fails tests if UNIVERSAL::isa or UNIVERSAL::can are not installed. So I think they should be listed in the 'requires' in Makefile.PL.
This issue is caused as the version of Test::MockObject you had installed was broken. It should require these modules for you.. I have added a dependency on version 1.07, which will hopefully cure this problem for other people by requiring Test::MockObject to be installed, which will cause the installation of UNIVERSAL::isa and UNIVERSAL::can if needed. Committed revision 10167. I'm going to close this ticket, this patch should be present in 5.80004, which should be released in the next week.