Text::MagicTemplate Latest Versions Changes

Version 2.2
- Fixed silly '0' bug.
- Fixed in place sarch and substitution when a template is passed as a reference
  to the  content
- Added zone object method 'container()' to allow access to the container zone 
  object (former '_parent_zone()' private method)
- Zone object method 'location()' substitutes the deprecated 'lookup_element()'
- Improved documentation
- Code rewriting and reformatting to improve readability

Version 2.12 (not published)
- Fixed infinite loop bug generated by undefined anonymous subroutines
  ( $identifier = sub {} )
- Text::MagicTemplate::Zone package moved in a separate .pm file
- New documentation for Text::MagicTemplate::Zone
- Main object method 'ID_list()' substitutes the deprecated 'set_ID_output()'
- Added history file

Version 2.11
- Cosmetic changes in the PODs
- From now on, all the files in the Text::MagicTemplate and
  Text::MagicTemplateX::HTML distribution will have 
  the same version number

Version 2.1
- Introduction of the Text::MagicTemplate::Zone object
- New way to pass parameter to subroutines
- Allowed a more flexible syntax for zone attributes

Version > 2.0
- Almost complete rewriting of the core code
- New file structure
- Introduction of the constructor arrays
- Introduction of the extension system
- Introduction of new HTML extension
- Complete POD review
- Other fixes




