[Templates] [Apache::Template] code or docs broke?

Rick Myers rik@sumthin.nu
Sat, 23 Mar 2002 01:38:58 -0500


Given this section of doc..

CONFIGURATION MERGING
    The Apache::Template module will now correctly merge
    multiple configurations for different virtual server
    and/or directories.  For example:

        PerlModule          Apache::Template

        TT2PostChomp        On
        TT2IncludePath      /usr/local/tt2/shared

        <Location /tom>
            TT2IncludePath  /home/tom/tt2
            TT2EvalPerl     On
        </Location>

And this section of Makefile.PL..

    {   name         => 'TT2IncludePath',
        errmsg       => 'local path(s) containing templates',
        args_how     => 'ITERATE',
        req_override => 'RSRC_CONF',
    },

Anyone care to enlighten me on which is correct?

--rick