Skip Menu |

This queue is for tickets about the Role-Tiny CPAN distribution.

Report information
The Basics
Id: 100303
Status: rejected
Priority: 0/
Queue: Role-Tiny

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

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



Subject: needs some compatibility tests with Moose
there are some tests for integrating with Moo, but we should also test interactions with Moose to make sure things "just work".
What kind of tests did you have in mind? Role::Tiny doesn't generally have much to do with Moose, and won't interact with it any different than with any other type of class.
The tests that deal with Moo are there because Moo directly uses Role::Tiny, so we have to be certain that compatibility is maintained. Role::Tiny isn't ever really going to account for interactions with Moose. If proper integration of modules using Role::Tiny and Moose is needed, Moo is the compatibility layer to allow that. I don't see any value in testing that inside Role::Tiny, so I'm rejecting this.