Blob Blame History Raw
--- lib/DateTime/Format/DBI.pm.orig	2008-09-03 18:02:20.937616172 -0700
+++ lib/DateTime/Format/DBI.pm	2008-09-03 18:11:00.206836977 -0700
@@ -12,8 +12,9 @@
 
 our %db_to_parser = (
   # lowercase for case-insensitivity!
-  'mysql'	=> 'DateTime::Format::MySQL',
-  'pg'		=> 'DateTime::Format::Pg',
+  'mysql'   => 'DateTime::Format::MySQL',
+  'pg'      => 'DateTime::Format::Pg',
+  'db2'     => 'DateTime::Format::DB2',
 );
 
 sub new {