X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FView.pm;h=7ff04509331810c793b70ea8fa945aaa12929c4f;hb=5fa1b216a30e313bb4a23297ee1797babe58a89b;hp=ef5a44704709e62f048bedbdea7a3a4687c1ea0f;hpb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/View.pm b/lib/Catalyst/View.pm index ef5a447..7ff0450 100644 --- a/lib/Catalyst/View.pm +++ b/lib/Catalyst/View.pm @@ -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 -Marcus Ramberg, C +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;