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

NAME

XAO::Templates - templates caching and retrieving module

SYNOPSIS

XXX

DESCRIPTION

XXX

Templates retriever. Uses persistent cache to store once retrieved templates. Cache top level keys are site names, for system templates '/' is used as a site name.

filename ($;$)

Checks if given path (first argument) exists and returns template's filename if it does and 'undef' if there is no template. Optional second argument refers to a sitename (project name), by default the current active project name is used.

check (%)

Deprecated method, do not use.

AUTHOR

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 110:

'=item' outside of any '=over'

Around line 191:

You forgot a '=back' before '=head1'