start using Class::C3, may need to add a reinitalize bit later, not sure
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
CommitLineData
fc7ec1d9 1package Catalyst::Base;
2
0fc2d522 3use Class::C3;
e5ecd5bc 4use Moose;
5BEGIN{ extends qw/Catalyst::Controller/ };
0fc2d522 6no Moose;
b7783788 7
234763d4 81;
d70195d8 9
234763d4 10__END__
2a563513 11
aad72cc9 12=head1 NAME
13
234763d4 14Catalyst::Base - Deprecated base class
aad72cc9 15
16=head1 DESCRIPTION
17
234763d4 18This used to be the base class for Catalyst Controllers. It
19remains here for compability reasons.
26d2c445 20
fc7ec1d9 21=head1 SEE ALSO
22
e7f1cf73 23L<Catalyst>, L<Catalyst::Controller>.
fc7ec1d9 24
25=head1 AUTHOR
26
27Sebastian Riedel, C<sri@cpan.org>
61b1e958 28Marcus Ramberg, C<mramberg@cpan.org>
ba599d1c 29Matt S Trout, C<mst@shadowcatsystems.co.uk>
fc7ec1d9 30
31=head1 COPYRIGHT
32
33This program is free software, you can redistribute it and/or modify it under
34the same terms as Perl itself.
35
e5ecd5bc 36=cut