Fix various doc typoes.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
CommitLineData
fc7ec1d9 1package Catalyst::Base;
2
4090e3bb 3use base qw/Catalyst::Controller/;
e5ecd5bc 4use Moose;
0fc2d522 5no Moose;
b7783788 6
234763d4 71;
d70195d8 8
234763d4 9__END__
2a563513 10
aad72cc9 11=head1 NAME
12
234763d4 13Catalyst::Base - Deprecated base class
aad72cc9 14
15=head1 DESCRIPTION
16
234763d4 17This used to be the base class for Catalyst Controllers. It
10011c19 18remains here for compatibility reasons.
26d2c445 19
fc7ec1d9 20=head1 SEE ALSO
21
e7f1cf73 22L<Catalyst>, L<Catalyst::Controller>.
fc7ec1d9 23
2f381252 24=head1 AUTHORS
fc7ec1d9 25
2f381252 26Catalyst Contributors, see Catalyst.pm
fc7ec1d9 27
28=head1 COPYRIGHT
29
30This program is free software, you can redistribute it and/or modify it under
31the same terms as Perl itself.
32
e5ecd5bc 33=cut