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

0.61 Mon Aug 12 11:50:50 2002
	- Added test
	- Fixed 'dummy content' closing tag bug
	- Fixed <a petal:attr="href string:test.cgi?fn=$first_name"> bugfix bug!

0.6 Sat Aug 10 14:59:53 2002
	- 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

0.5 Sat Aug  3 19:56:13 2002
	- Added tests
	- Modifiers are now 'modifier:' rather than ':modifier'
	- Modifiers are now stackable (i.e. foo:bar:baz/buz)
        - Implemented TALES-like slash '/' as an alias for dot '.'
	- Rewrote Petal::Parser::HTMLWrapper using newest HTML::TreeBuilder
	- Fixed more include bugs
	- Amended documentation
	- Implemented string: modifier

0.4 Thu Jul 25 12:08:03 2002
	- Added Petal::Hash::Encode_HTML contributed mod
	- Fixed documentation bugs
	- Fixed multiple includes bug
	- Fixed Petal::Parser::HTMLWrapper includes
	- Added tests
	- Added warning for Petal statements with missing '?'

0.3 Fri Jul 19 11:20:30 2002
	- Fixed critical include bug
	- Added version number to cached file names
	- Added more tests
	- Updated documentation
	- Fixed wrong MANIFEST file
	- Updated README file

0.2 Tue Jul 16 11:54:55 2002
	- Fixed critical bug in Petal::Canonicalizer
	- Fixed documentation bug
	- Added first test in /t

0.1 Mon Jul 15 11:29:22 2002
	- Initial release