X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel.pm;h=f573770e84a5c940d787af618b479804e8e5c5d8;hb=2ef599586739f410da035904753378000a368a44;hp=896e3ae5898c156b4aa25ea7839d750be17c4607;hpb=4090e3bb3fea1a73ac369250e31584d61428b808;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Model.pm b/lib/Catalyst/Model.pm index 896e3ae..f573770 100644 --- a/lib/Catalyst/Model.pm +++ b/lib/Catalyst/Model.pm @@ -5,9 +5,6 @@ extends qw/Catalyst::Component/; no Moose; -#We can't immutablize anything that ISA Component just yet -#__PACKAGE__->meta->make_immutable(); - =head1 NAME Catalyst::Model - Catalyst Model base class @@ -36,4 +33,6 @@ the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;