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