Fix a bug where a class made immutable and then mutable would end up
authorDave Rolsky <autarch@urth.org>
Wed, 31 Dec 2008 16:23:50 +0000 (16:23 +0000)
committerDave Rolsky <autarch@urth.org>
Wed, 31 Dec 2008 16:23:50 +0000 (16:23 +0000)
commitd89108ab6145d29d7edeb9b06509ed2d8f8c5f44
treef4606ba33e5b3103c7674e99491b5ce0c4101a4f
parentc6d9b1ff83198c13f81b3470e2413942eb737be8
Fix a bug where a class made immutable and then mutable would end up
sharing an immutable transformer with other classes, leading to
bizarro bugs later.
Changes
lib/Class/MOP/Class.pm
t/073_make_mutable.t