clean up travis config for distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index f4e8cad..4c07562 100644 (file)
@@ -46,22 +46,18 @@ 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
 
-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
 
+no Moose;
+__PACKAGE__->meta->make_immutable();
+
 1;