App::HistHub::Web::View::TD - Catalyst Template::Declare View


App-HistHub documentation Contained in the App-HistHub distribution.

Index


Code Index:

NAME

Top

App::HistHub::Web::View::TD - Catalyst Template::Declare View

SYNOPSIS

Top

See App::HistHub::Web

DESCRIPTION

Top

Catalyst Template::Declare View.

AUTHOR

Top

Daisuke Murase

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


App-HistHub documentation Contained in the App-HistHub distribution.

package App::HistHub::Web::View::TD;
use strict;
use warnings;
use base 'Catalyst::View::Template::Declare';

1;