revert #515, completely the wrong solution and blows the diff for the right one
[catagits/Reaction.git] / lib / Reaction / Meta / Class.pm
index e963586..27c084f 100644 (file)
@@ -12,4 +12,7 @@ around initialize => sub {
     $super->($class, $pkg, 'attribute_metaclass' => 'Reaction::Meta::Attribute', @_ );
 };
 
+
+__PACKAGE__->meta->make_immutable;
+
 1;