--- trunk/lib/Frey/Mirror.pm 2008/11/05 12:31:12 303 +++ trunk/lib/Frey/Mirror.pm 2009/06/30 15:10:55 1133 @@ -40,4 +40,7 @@ }, ); +__PACKAGE__->meta->make_immutable; +no Moose; + 1;