--- trunk/lib/Frey/CSS/Area.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/CSS/Area.pm 2009/06/30 15:10:55 1133 @@ -3,7 +3,6 @@ extends 'Frey'; with 'Frey::Web'; -#with 'Frey::Storage'; =head1 DESCRIPTION @@ -45,4 +44,7 @@ return $html; } +__PACKAGE__->meta->make_immutable; +no Moose; + 1;