enabling immutable finishing porting Log and stats
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Model.pm
CommitLineData
5ee249f2 1package Catalyst::Model;
2
e5ecd5bc 3use Moose;
4extends qw/Catalyst::Component/;
5ee249f2 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
5ee249f2 23=head1 AUTHOR
24
25Sebastian Riedel, C<sri@oook.de>
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;