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 Perl extension Data::All.

0.026  Mon May 10 10:21:54 2004
	- Bug fixes (option parsing, creating new files)
	- Added Data::All::IO::FTP (not fully implemented)

0.025  Thu May 06 08:51:02 2004
	- Added test t/Data-All.t
	- Bug fixes to Data::All::IO::Database, in particular the way data
		is read from a select.
	- Record terminator in Data::All::Format::Fixed is hardcoded to \n
		(temporarily). The record teminator needs to be revisited at
		some point and this will be fixed at that time.

0.023  Wed Apr 29 09:28:21 2004
        - Nominal distribution fix (again :[ )

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