Hyper::Template::HTC::Compiler - Provide improved HTC features in a dirty way. |
Hyper::Template::HTC::Compiler - Provide improved HTC features in a dirty way.
This document describes Hyper::Template::HTC::Compiler 0.01
package My::HTC;
use base qw(HTML::Template::Compiled); use Hyper::Template::HTC::Compiler;
sub compiler_class { return 'Hyper::Template::HTC::Compiler'; }
This is the compiler class for the Hyper::Template::HTC::Compiler manpage. It applies some small workarounds to fix most bugs reported on CPAN's RT.
Allow mixed use of methods and hash key lookups for vars.
$Author: ac0v $
$Id: Compiler.pm 528 2009-01-11 05:43:02Z ac0v $
$Revision: 528 $
$Date: 2009-01-11 06:43:02 +0100 (So, 11 Jan 2009) $
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper/Template/HTC/Compiler.pm $
Andreas Specht <ACID@cpan.org>
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.
Hyper::Template::HTC::Compiler - Provide improved HTC features in a dirty way. |