rename test test
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index 1e580c3..7ff0450 100644 (file)
@@ -52,10 +52,9 @@ Merges two hashes together recursively, giving right-hand precedence.
 
 =cut
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@oook.de>
-Marcus Ramberg, C<mramberg@cpan.org>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT
 
@@ -65,6 +64,6 @@ the same terms as Perl itself.
 =cut
 
 no Moose;
-#__PACKAGE__->meta->make_immutable();
+__PACKAGE__->meta->make_immutable();
 
 1;