--- trunk/lib/Frey/Introspect.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/Introspect.pm 2009/06/30 15:10:55 1133 @@ -15,8 +15,7 @@ use Frey::Pod; extends 'Frey::PPI'; -with 'Frey::Web'; -with 'Frey::Storage'; +with 'Frey::Web', 'Frey::Storage'; =head1 DESCRIPTION @@ -395,4 +394,7 @@ =cut +__PACKAGE__->meta->make_immutable; +no Moose; + 1;