Revision history for Perl extension Data::All.

0.021  Wed Apr 28 17:32:11 2004
	- Nominal distribution fix

0.020  Wed Apr 28 17:23:00 2004
	- Data:All::convert() changes
		- requires parameters as a hash (or hashref)
		- defaults to processing record by record (rather than 
			by entire collection)
		- now accepts various (yet undocumented, sorry) options
			(such as whether to process record by record or 
			whether to output a field list record in the output)
	- Several Data::All::IO::Database changes
		- Autocommit now defaults to off (currently hardcoded). A
			commit is run in Data::All::IO::Database::close().
		- Interpolated query variables (i.e. ?,?,?) can be included
			before and after the field vars. 
	- Initial inclusion of Log::Log4perl. Currently at a useless state
		though

0.016  Fri Apr 23 16:31:25 2004
	- Initial CPAN distribution