| Perldoc-Server documentation | Contained in the Perldoc-Server distribution. |
Perldoc::Server::View::Function - Catalyst View
Catalyst View.
Jon Allen
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Perldoc-Server documentation | Contained in the Perldoc-Server distribution. |
package Perldoc::Server::View::Function; use strict; use warnings; use parent 'Catalyst::View';
1;