X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=659a97d21efe6b827dce5fa524ca7434a062343b;hb=269194b4f9de3905430a2d1f21f68da13b2b9ed9;hp=5d8a4e6df629f0415d81f880a32c8db4ab11d95b;hpb=234763d423ad763148bbbb4ece98acd2d009b969;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 5d8a4e6..659a97d 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -1,7 +1,8 @@ package Catalyst::Base; -use strict; use base qw/Catalyst::Controller/; +use Moose; +no Moose; 1; @@ -14,21 +15,19 @@ 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 This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut