Fixed minor typo in Changes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index ef5a447..1959a77 100644 (file)
@@ -1,7 +1,5 @@
 package Catalyst::View;
 
-use MRO::Compat;
-use mro 'c3';
 use Moose;
 extends qw/Catalyst::Component/;
 
@@ -48,16 +46,9 @@ sub process {
 
 }
 
-=head2 $c->merge_hash_config( $hashref, $hashref )
+=head1 AUTHORS
 
-Merges two hashes together recursively, giving right-hand precedence.
-
-=cut
-
-=head1 AUTHOR
-
-Sebastian Riedel, C<sri@oook.de>
-Marcus Ramberg, C<mramberg@cpan.org>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT
 
@@ -67,6 +58,6 @@ the same terms as Perl itself.
 =cut
 
 no Moose;
-#__PACKAGE__->meta->make_immutable();
+__PACKAGE__->meta->make_immutable();
 
 1;