NAME

Hyper::Template::HTC::Compiler - Provide improved HTC features in a dirty way.

VERSION

This document describes Hyper::Template::HTC 0.01

SYNOPSIS

package My::HTC;

use base qw(HTML::Template::Compiled);
use Hyper::Template::HTC::Compiler;

sub compiler_class {
    return 'Hyper::Template::HTC::Compiler';
}

DESCRIPTION

This is the compiler class for Hyper::Template::HTC::Compiler. It applies some small workarounds to fix most bugs reported on CPAN's RT.

SUBROUTINES/METHODS

parse_var

Allow mixed use of methods and hash key lookups for vars.

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

RCS INFORMATIONS

Last changed by

$Author: ac0v $

Id

$Id: Compiler.pm 317 2008-02-16 01:52:33Z ac0v $

Revision

$Revision: 317 $

Date

$Date: 2008-02-16 02:52:33 +0100 (Sat, 16 Feb 2008) $

HeadURL

$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper/trunk/lib/Hyper/Template/HTC/Compiler.pm $

AUTHOR

Andreas Specht <ACID@cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2007, Andreas Specht <ACID@cpan.org>. All rights reserved.

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