--- trunk/lib/Frey/SVK.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/SVK.pm 2009/06/30 15:10:55 1133 @@ -2,9 +2,7 @@ use Moose; extends 'Frey'; -with 'Frey::Web'; -with 'Frey::Path'; -with 'Frey::HTML::Diff'; +with 'Frey::Web', 'Frey::Path', 'Frey::HTML::Diff'; use Moose::Util::TypeConstraints; @@ -183,4 +181,8 @@ return $html; } +__PACKAGE__->meta->make_immutable; +no Moose; +no Moose::Util::TypeConstraints; + 1;