logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       [% author %]

Description

       PDF::Reuse View for [% app %].

License

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

perl v5.32.0                                       2021-01-07             Catalyst::Helpe...iew::PDF::Reuse(3pm)

Name

       [% class %] - PDF::Reuse View for [% app %]

See Also

       "[% app %]"

Synopsis

       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')
        });

See Also