The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes document for Class::DBI::ViewLoader

0.04 - Fri, 28 Oct 2005
	- Fixed bug whereby any row containing a null evaluated to false in
	  boolean context
        - Added Test::Pod and Test::Pod::Coverage tests
        - Minimised use of string eval

0.03 - Fri, 02 Sep 2005
	- Eliminated unnecessary AUTOLOAD method
	- Made view_to_class public
	- Switched to using DBI's parse_dsn method for parsing DBI DSNs
	- Improved error checking in set_dsn

0.02 - Fri, 12 Aug 2005
	- Added Class::DBI::Loader compatibility
	- Added base_classes and import_classes
	- Added documentation for driver writers

0.01 - Wed, 03 Aug 2005
	- initial version