Apache-Template

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

package Apache::Template;

use ExtUtils::MakeMaker;
use lib qw( lib );
use Apache::Template;
use Apache::ExtUtils qw( command_table );
use Apache::src ();


my @directives = (
    #-- parsing/style options --
    {   name         => 'TT2Tags',
        errmsg       => 'tag style or start and end tags for template directives',
        args_how     => 'TAKE12',



( run in 0.293 second using v1.01-cache-2.11-cpan-87723dcf8b7 )