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

NAME

Catalyst::Helper::View::PDF::API2::Simple - Helper for PDF::API2::Simple Views

SYNOPSIS

To create a PDF::API2::Simple view in your Catalyst application, enter the following command:

 script/myapp_create.pl view PDF::API2::Simple PDF::API2::Simple

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

 __PACKAGE__->config('View::PDF::API2::Simple' => {
   INCLUDE_PATH => __PACKAGE__->path_to('root','pdf_templates')
 });

DESCRIPTION

Helper for PDF::API2::Simple Views.

METHODS

mk_compclass

AUTHOR

Jon Allen, jj@jonallen.info

SEE ALSO

Catalyst::View::PDF::API2::Simple

COPYRIGHT & LICENSE

Copyright 2009 NonSoLoSoft, 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 %] - PDF::API2::Simple View for [% app %]

DESCRIPTION

PDF::API2::Simple 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.