X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=659a97d21efe6b827dce5fa524ca7434a062343b;hb=65b708a697de08be81bf212704d495e8cad41ed2;hp=1819eb87f7992d3c04264945741825f8303d29ea;hpb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 1819eb8..659a97d 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -1,9 +1,7 @@ package Catalyst::Base; -use MRO::Compat; -use mro 'c3'; +use base qw/Catalyst::Controller/; use Moose; -BEGIN{ extends qw/Catalyst::Controller/ }; no Moose; 1; @@ -17,17 +15,15 @@ Catalyst::Base - Deprecated base class =head1 DESCRIPTION This used to be the base class for Catalyst Controllers. It -remains here for compability reasons. +remains here for compatibility reasons. =head1 SEE ALSO L, L. -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C -Marcus Ramberg, C -Matt S Trout, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT