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=deb2d248bef3ee8d7ba336d4347f0d234076c221;hb=536bee890cf24e0e4bcda7562e7b70cc03ca0620;hpb=6680c772eaa987eafdb32e9437fd2d649dc914d9 diff --git a/lib/Catalyst/Model.pm b/lib/Catalyst/Model.pm index deb2d24..cc41ede 100644 --- a/lib/Catalyst/Model.pm +++ b/lib/Catalyst/Model.pm @@ -4,7 +4,6 @@ use Moose; extends qw/Catalyst::Component/; no Moose; -__PACKAGE__->meta->make_immutable(); =head1 NAME @@ -23,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;