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

NAME

App::TemplateCMD - Sets up an interface to passing Template Toolkit templates

VERSION

This documentation refers to App::TemplateCMD version 0.0.3.

SYNOPSIS

   use App::TemplateCMD;

DESCRIPTION

SUBROUTINES/METHODS

new ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

get_modules ( $base )

Arg: $base - string - The base module to search for modules under

Return: Array - A list of modules found under $base

Description: Finds all modules that start with $base

process ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

add_args ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description: Adds command line arguments to the current configuration

config ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

conf_join ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

load_cmd ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

list_templates ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

unknown_cmd ( %args )

Arg: search - type (detail) - description

Return: App::TemplateCMD -

Description:

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Ivan Wills (ivan.wills@gmail.com).

Patches are welcome.

Source code can be found on github:

    git://github.com/ivanwills/Catalyst-Plugin-LogDeep.git

AUTHOR

Ivan Wills - (ivan.wills@gmail.com)

LICENSE AND COPYRIGHT

Copyright (c) 2009 Ivan Wills (14 Mullion Close, NSW, Australia 2077). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.