X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=c368fa8fd29bcaf7e2b675dc02f421f259ae4715;hb=b99ff5d87e80f13652bf374e2ce8f10c7156ac6e;hp=24f730eff1d3fe4e775b74f6d1b692b81b833e4e;hpb=e5ecd5bc38bac3e2fcfaf643ea2a4c6ab46d7e57;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 24f730e..c368fa8 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -1,8 +1,8 @@ package Catalyst::Base; +use base qw/Catalyst::Controller/; use Moose; -BEGIN{ extends qw/Catalyst::Controller/ }; - +no Moose; 1; @@ -21,11 +21,9 @@ remains here for compability reasons. L, L. -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C -Marcus Ramberg, C -Matt S Trout, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT