package Catalyst::Base; use strict; use base qw/Catalyst::Controller/; 1; __END__ =head1 NAME Catalyst::Base - Deprecated base class =head1 DESCRIPTION This used to be the base class for Catalyst Controllers. It remains here for compability reasons. =head1 SEE ALSO L, L. =head1 AUTHOR Sebastian Riedel, C Marcus Ramberg, C Matt S Trout, C =head1 COPYRIGHT This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut