The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Helper::View::PDF::Reuse - Helper for Thumbnail Views

SYNOPSIS

To create a Thumbnail view in your Catalyst application, enter the following command:

 script/myapp_create.pl view Thumbnail Thumbnail

Then in MyApp.pm, add a configuration item for the View::PDF::Reuse include path:

 __PACKAGE__->config('View::PDF::Reuse' => {
   INCLUDE_PATH => __PACKAGE__->path_to('root','templates')
 });

DESCRIPTION

Helper for Thumbnail Views.

METHODS

mk_compclass

AUTHOR

Jon Allen, jj@jonallen.info

SEE ALSO

Catalyst::View::Thumbnail

COPYRIGHT & LICENSE

Copyright 2009 Jon Allen (JJ), all rights reserved.

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

NAME

[% class %] - Thumbnail View for [% app %]

DESCRIPTION

Thumbnail View for [% app %].

AUTHOR

[% author %]

SEE ALSO

"[% app %]"

LICENSE

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