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


NAME

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

Back to Top


VERSION

This document describes Hyper::Template::HTC::Compiler 0.01

Back to Top


SYNOPSIS

    package My::HTC;
    use base qw(HTML::Template::Compiled);
    use Hyper::Template::HTC::Compiler;
    sub compiler_class {
        return 'Hyper::Template::HTC::Compiler';
    }

Back to Top


DESCRIPTION

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.

Back to Top


SUBROUTINES/METHODS

parse_var

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

Back to Top


DIAGNOSTICS

Back to Top


CONFIGURATION AND ENVIRONMENT

Back to Top


DEPENDENCIES

Back to Top


INCOMPATIBILITIES

Back to Top


BUGS AND LIMITATIONS

Back to Top


RCS INFORMATIONS

Last changed by

$Author: ac0v $

Id

$Id: Compiler.pm 528 2009-01-11 05:43:02Z ac0v $

Revision

$Revision: 528 $

Date

$Date: 2009-01-11 06:43:02 +0100 (So, 11 Jan 2009) $

HeadURL

$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper/Template/HTC/Compiler.pm $

Back to Top


AUTHOR

Andreas Specht <ACID@cpan.org>

Back to Top


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.

Back to Top

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