- Fixes for rt.cpan #17322 and #17331
[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
18=head1 AUTHOR
19
20Sebastian Riedel, C<sri@oook.de>
21
22=head1 COPYRIGHT
23
24This program is free software, you can redistribute it and/or modify it under
25the same terms as Perl itself.
26
27=cut
28
291;