The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.6 - 2002-08-10

  • Added tests
  • Fixed <a petal:attr="href string:test.cgi?fn=$first_name"> bug
  • Fixed declarations being striped out
  • Fixed <some:tag> being turned into <some> bug
  • Fixed petal:attributes="style nothing" does not delete 'style' *K*
  • Fixed Petal::CodeGenerator bug
  • Fixed a bug that prevented __is_last__ from being accessed
  • Applied William's patch to reduce amount of issued warnings
  • Changed the cache modules w/ new $Petal::INPUT and $Petal::OUTPUT
  • Implemented $Petal::INPUT and $Petal::OUTPUT for XHTML

Modules

Perl Template Attribute Language
Caches generated code on disk.
Caches generated subroutines in memory.
Builds an XHTML canonical Petal file
Builds an XML canonical Petal file
Turns canonicalized XML files into Perl code.
Magical hash for Petal objects
A modifier that encodes hash values to HTML
A modifier that encodes hash values to XML
A modifier that evaluates the 'falseness' of an expression
A modifier that sets an expression within the template hash
Interpolates variables with other strings in Petal attributes
A modifier that evaluates the 'trueness' of an expression
A modifier that uppercases the results of an expression
THE standard hash modifier, evaluates an expression and returns the result.
Fires Petal::Canonicalizer events from HTML