--- trunk/lib/Frey/Class/Graph.pm 2009/06/30 15:10:21 1132 +++ trunk/lib/Frey/Class/Graph.pm 2009/06/30 15:10:55 1133 @@ -2,9 +2,7 @@ use Moose; extends 'Frey'; -with 'Frey::Web'; -with 'Frey::File'; -with 'Frey::Storage'; +with 'Frey::Web', 'Frey::File', 'Frey::Storage'; use GraphViz; @@ -217,4 +215,7 @@ } +__PACKAGE__->meta->make_immutable; +no Moose; + 1;