Downloadliste

Projektbeschreibung

The HTML::Template::Expr module provides an
extension to HTML::Template which allows
expressions in the template syntax. This is purely
an addition--all the normal HTML::Template
options, syntax, and behaviors will still work.
Expression support includes comparisons, math
operations, string operations, and a mechanism
allowing you to add your own functions at runtime.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-04-19 09:00
0.07

Diese Version bietet zusätzlich Unterstützung für die Kombination von ESCAPE, und EXPR Attribute. Ein Fehler betrifft Funktionen, die 0 oder mehr als einen Wert festgesetzt worden war.
Tags: Minor bugfixes
This release adds support for combining ESCAPE and EXPR attributes. A bug affecting functions that return 0 or more than one value was fixed.

2006-03-04 16:24
0.06

Diese Version verfügt über eine neue Grammatik für Ausdrücke, die Unterstützung für verkettete booleans (zB fügt hinzu: "foo | | bar | | baz").
Tags: Minor feature enhancements
This release features a new grammar for expressions which adds support
for chained booleans (eg., "foo || bar || baz").

2005-12-22 20:29
0.05

Diese Version behebt ein Kompatibilitätsproblem mit dem kürzlich Release HTML:: Template 2.8.
Tags: Minor bugfixes
This release fixes a compatibility problem with the recently release HTML::Template 2.8.

2002-08-30 06:02
0.04

Fixes an den Parser, um negative Zahlen zu erkennen und ermöglichen eine HTML-Kommentar-Tags, die Dokumentation fixes.
Tags: Minor bugfixes
Fixes to the parser to recognize negative numbers and allow for HTML-comment style tags, and documentation fixes.

2001-11-14 08:00
0.03

Ein Update für defekte Cache-Modus, und ein neues register_function () Klassenmethode.
Tags: Major bugfixes
A fix for broken cache mode, and a new register_function() class method.

Project Resources