- Fixes for rt.cpan #17322 and #17331
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
1 package Catalyst::View;
2
3 use strict;
4 use base qw/Catalyst::Component/;
5
6 =head1 NAME
7
8 Catalyst::View - Catalyst View base class
9
10 =head1 SYNOPSIS
11
12 See L<Catalyst>.
13
14 =head1 DESCRIPTION
15
16 Catalyst View 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;