X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel.pm;h=05c913f369f2582156328b91c3209fe7c8e86da8;hb=b99ff5d87e80f13652bf374e2ce8f10c7156ac6e;hp=deb2d248bef3ee8d7ba336d4347f0d234076c221;hpb=6680c772eaa987eafdb32e9437fd2d649dc914d9;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Model.pm b/lib/Catalyst/Model.pm index deb2d24..05c913f 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,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 @@ -34,4 +33,6 @@ the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;