Changes for version 0.06 - 2005-09-19

  • Warning: Changed defaults for PRE_CHOMP and POST_CHOMP to be the same as they are in TT. This could affect whitespace surrounding your results. To go back to The Old Way, use PRE_CHOMP => 1, POST_CHOMP => 1. Note that leading and trailing space is still removed by default, but see the next item.
  • Added TRIM_LEADING_SPACE and TRIM_TRAILING_SPACE as options to Inline::TT. Use these to remove all leading and/or trailing space. These are on by default for consistency with prior versions of Inline::TT.

Modules

Provides inline support for template toolkit 2.x

Examples