--- trunk/lib/Frey/Class/Refactor.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/Class/Refactor.pm 2009/06/30 15:10:55 1133 @@ -3,7 +3,6 @@ extends 'Frey'; with 'Frey::Web'; -#with 'Frey::Storage'; use Moose::Util::TypeConstraints; @@ -71,4 +70,8 @@ |; } +__PACKAGE__->meta->make_immutable; +no Moose; +no Moose::Util::TypeConstraints; + 1;