Pdf::reuse view for [% app %]
To create a PDF::Reuse view in your Catalyst application, enter the following command:
script/myapp_create.pl view PDF::Reuse PDF::Reuse
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') });
Helper for PDF::Reuse Views.
mk_compclass
Jon Allen, [email protected]
Catalyst::View::PDF::Reuse
Penny's Arcade Open Source - <http://www.pennysarcade.co.uk/opensource>
Copyright 2009 Penny's Arcade Limited, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
PDF::Reuse View for [% app %].
[% author %]
\*(L"[% app %]\*(R"
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.