Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
index 5d8a4e6..659a97d 100644 (file)
@@ -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<Catalyst>, L<Catalyst::Controller>.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@cpan.org>
-Marcus Ramberg, C<mramberg@cpan.org>
-Matt S Trout, C<mst@shadowcatsystems.co.uk>
+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