authors cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Model.pm
CommitLineData
5ee249f2 1package Catalyst::Model;
2
3use strict;
4use base qw/Catalyst::Component/;
5
6=head1 NAME
7
8Catalyst::Model - Catalyst Model base class
9
10=head1 SYNOPSIS
11
12See L<Catalyst>.
13
14=head1 DESCRIPTION
15
16Catalyst Model base class.
17
8a7d038a 18=head1 METHODS
19
20Implements the same methods as other Catalyst components, see
21L<Catalyst::Component>
22
0bf7ab71 23=head1 AUTHORS
5ee249f2 24
0bf7ab71 25Catalyst Contributors, see Catalyst.pm
5ee249f2 26
27=head1 COPYRIGHT
28
29This program is free software, you can redistribute it and/or modify it under
30the same terms as Perl itself.
31
32=cut
33
341;