--- trunk/lib/Frey/Pod.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/Pod.pm 2009/06/30 15:10:55 1133 @@ -8,8 +8,7 @@ =cut extends 'Frey::Class::Loader'; -with 'Frey::Web'; -with 'Frey::File'; +with 'Frey::Web', 'Frey::File'; has 'class' => ( is => 'rw', @@ -130,5 +129,7 @@ } -1; +__PACKAGE__->meta->make_immutable; +no Moose; +1;