The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension DateTime::Format::DBI.

0.041 Wed Oct 23 00:00:00 2013
	- recompile with updated Module::Build,
	  FIXES: #89573: META.yml encoded in latin-1
	  (reported by MIYAGAWA)

0.040 Tue Oct 19 00:00:00 2010
	- add tests with Test::Database
	- support DT::F:: modules that are singletons,
	  fixes #61614: [patch] Oracle/Sybase support

0.036 Fri Oct 15 00:00:00 2010
	- fix warning generated by DBI (reported by Ted Byers)

0.035 Sun Aug 01 00:00:00 2010
	- fixed dependencies

0.034 Mon Jul 26 00:00:00 2010
	- added experimental support for MSSQL and Sybase.
	- use Module::Build

0.033 Thu Dec 10 00:00:00 2009
	- release of 0.032_20080913
	- minor documentation fixes

0.032_20080913 00:00:00 2008
	- added experimental support for Oracle and SQLite.
	- added Test::Pod and Test::Pod::Coverage

0.032 Sat Sep 13 00:00:00 2008
	- added support for DateTime::Format::DB2
	  (patch by Chris Weyl)

0.031 Mon Nov 03 00:00:00 2003
	- include missing dependency on DBI (>= 1.2) in 
	  Makefile.PL (reported by Joshua Hoblitt).
	- database type names are now case-insensitively.

0.03  Sun Jul 20 00:00:00 2003
	- documentation now clearly states that this is only
	  a factory and describes the basic interface of the
	  returned objects.
	- requires DBI 1.21 (or higher) and uses it to determine
	  the database type through proxy/ODBC connections.

0.02  Mon Jun 16 00:00:00 2003
	- compatible with perl 5.003

0.01  Sat Jun 07 00:00:00 2003
	- original version
	- supports DBD::mysql and DateTime::Format::MySQL
	- supports DBD::Pg and DateTime::Format::Pg