--- trunk/lib/Frey/INC.pm 2009/06/29 18:52:50 1117 +++ trunk/lib/Frey/INC.pm 2009/06/30 15:10:55 1133 @@ -2,8 +2,7 @@ use Moose; extends 'Frey'; -with 'Frey::Web'; -with 'Frey::Storage'; +with 'Frey::Web', 'Frey::Storage'; use Data::Dump qw/dump/; @@ -41,4 +40,7 @@ return $html; } +__PACKAGE__->meta->make_immutable; +no Moose; + 1;