deprecate Catalyst::Base (left for compability reasons)
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
CommitLineData
fc7ec1d9 1package Catalyst::Base;
2
3use strict;
234763d4 4use base qw/Catalyst::Controller/;
b7783788 5
234763d4 61;
d70195d8 7
234763d4 8__END__
2a563513 9
aad72cc9 10=head1 NAME
11
234763d4 12Catalyst::Base - Deprecated base class
aad72cc9 13
14=head1 DESCRIPTION
15
234763d4 16This used to be the base class for Catalyst Controllers. It
17remains here for compability reasons.
26d2c445 18
fc7ec1d9 19=head1 SEE ALSO
20
e7f1cf73 21L<Catalyst>, L<Catalyst::Controller>.
fc7ec1d9 22
23=head1 AUTHOR
24
25Sebastian Riedel, C<sri@cpan.org>
61b1e958 26Marcus Ramberg, C<mramberg@cpan.org>
ba599d1c 27Matt S Trout, C<mst@shadowcatsystems.co.uk>
fc7ec1d9 28
29=head1 COPYRIGHT
30
31This program is free software, you can redistribute it and/or modify it under
32the same terms as Perl itself.
33
234763d4 34=cut