X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel.pm;h=05c913f369f2582156328b91c3209fe7c8e86da8;hb=b354201608d428db344c63dd35de096a62a7a9d3;hp=896e3ae5898c156b4aa25ea7839d750be17c4607;hpb=4090e3bb3fea1a73ac369250e31584d61428b808;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Model.pm b/lib/Catalyst/Model.pm index 896e3ae..05c913f 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 @@ -25,9 +22,9 @@ Catalyst Model base class. Implements the same methods as other Catalyst components, see L -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT @@ -36,4 +33,6 @@ the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;