The immutable class's metaclass should be an object of the mutable
authorDave Rolsky <autarch@urth.org>
Tue, 30 Jun 2009 20:01:16 +0000 (15:01 -0500)
committerDave Rolsky <autarch@urth.org>
Tue, 30 Jun 2009 20:01:16 +0000 (15:01 -0500)
commita986e165da3f72e1fe7a4dfed9bb392a968afa39
tree259f749410b4efeef4c974c3e692d70159d9005f
parent0d080779bb0ad95782d8a5225a1b61000284aaaa
The immutable class's metaclass should be an object of the mutable
class's metaclass.

Wrap _immutable_metaclass in the trait for the sake of the tests (not
sure if the test is valid, but whatever).
lib/Class/MOP/Class.pm
lib/Class/MOP/Class/Immutable/Trait.pm