Pod fix for Engine::FastCGI.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index ef5a447..7ff0450 100644 (file)
@@ -1,7 +1,5 @@
 package Catalyst::View;
 
-use MRO::Compat;
-use mro 'c3';
 use Moose;
 extends qw/Catalyst::Component/;
 
@@ -54,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
 
@@ -67,6 +64,6 @@ the same terms as Perl itself.
 =cut
 
 no Moose;
-#__PACKAGE__->meta->make_immutable();
+__PACKAGE__->meta->make_immutable();
 
 1;