--- trunk/lib/Frey/Editor.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/Editor.pm 2009/06/30 15:10:55 1133 @@ -43,4 +43,7 @@ $self->switch_screen; } +__PACKAGE__->meta->make_immutable; +no Moose; + 1;