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 289 2008-02-08 14:24:57Z ac0v $
- Revision
-
$Revision: 289 $
- Date
-
$Date: 2008-02-08 15:24:57 +0100 (Fri, 08 Feb 2008) $
- HeadURL
-
$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper/branches/0.02/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.