--- trunk/lib/Frey/SVN.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/SVN.pm 2009/06/30 15:10:55 1133 @@ -7,9 +7,7 @@ # 2004-04-28 Dobrica Pavlinusic extends 'Frey'; -with 'Frey::Web'; -with 'Frey::Storage'; -with 'Frey::HTML::Diff'; +with 'Frey::Web', 'Frey::Storage', 'Frey::HTML::Diff'; use XML::Simple; use DateTimeX::Easy; @@ -382,4 +380,7 @@ } +__PACKAGE__->meta->make_immutable; +no Moose; + 1;