fix changelog. tabs -> 8 spaces; 5.7007 changelist started
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
1 package Catalyst::Controller;
2
3 use strict;
4 use base qw/Catalyst::Base/;
5
6 =head1 NAME
7
8 Catalyst::Controller - Catalyst Controller base class
9
10 =head1 SYNOPSIS
11
12 See L<Catalyst>.
13
14 =head1 DESCRIPTION
15
16 Catalyst Controller base class.
17
18 =head1 AUTHOR
19
20 Sebastian Riedel, C<sri@oook.de>
21
22 =head1 COPYRIGHT
23
24 This program is free software, you can redistribute it and/or modify it under
25 the same terms as Perl itself.
26
27 =cut
28
29 1;