=== version history of OODoc::Template

version 0.11:
	Changes:
	- own code refs must pass back $attrs, $then, and $else

	Improvements:
	- test process() in VOID context via IO::Scalar, if IO::Scalar is installed
	- skip test which uses open to ref-scalar when Perl < 5.8.0
	- be more solid in handling missing data
	- alternative (default) for missing template file
	- added example for template file/alt
	- produce error when part of attributes are not understood
	- avoid need for quotes when a variable is part of an attribute value

version 0.10: Tue Jul 24 23:39:55 CEST 2007
	- Everything changed, except the concept.
	- real tests!

version 0.02: Fri Jun  8 17:14:26 CEST 2007
	- Added t/00run.t to MANIFEST to stop complaints from
	  the (automatic) distribution testers.
	- added t/pod.t
	- adapted to oodist

version 0.01: Mon Oct 27 10:22:29 CET 2003
	- Initial version of code and documentation.