X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FModel.pm;h=cc41edec108e093a5961a1e5053e69285428e4d2;hp=896e3ae5898c156b4aa25ea7839d750be17c4607;hb=163b3de6693e8c44dbe24cfc79cc3cf300610ed8;hpb=0fc2d522eec43202c21e9f0062e43f10db4d9008 diff --git a/lib/Catalyst/Model.pm b/lib/Catalyst/Model.pm index 896e3ae..cc41ede 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,15 +22,17 @@ 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 -This program is free software, you can redistribute it and/or modify it under +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;