Changes for Perl extension Template-Tiny

0.05 Thu 10 Dec 2009
	- Expression chains in a condition that terminate in an object
	  will boolify the object instead of stringifying it + tests for it

0.04 Thu 10 Dec 2009
	- Reduced implementation by 8kb
	- As a side effect of this, added support for UNLESS/ELSE
	- Matching behaviour of TT to NOT chomp on -%](space)(EOF)
	- Switch to Tiny-style Makefile.PL

0.03 Thu 10 Dec 2009
	- Bug fix for methods in expressions
	- Added test case for method calls

0.02 Tue  8 Dec 2009
	- Added support for [%- -%]
	- Added support for recursive simple expressions
	- Added support for [% IF expr %]
	- Added support for [% UNLESS expr %]
	- Added support for [% ELSE %]

0.01 Sun  6 Dec 2009
	- Created initial release