0.01 (03.09.2005) - John Siracusa * Initial release. 0.011 (03.11.2005) - John Siracusa * Correct misplaced _ in number. * Fixed bad return value from empty { } method. Perl 5.8.x treats it as I expect, but perl 5.6.1 requires a bare return; 0.012 (03.11.2005) - John Siracusa * Fixed incorrect skip amount in pg.t. Sigh. 0.013 (03.13.2005) - John Siracusa * Changes dsn() method to clear possibly changed DSN components, and also try to parse the DSN. 0.014 (03.15.2005) - John Siracusa * Added alias_db() class method. 0.0141 (03.15.2005) - John Siracusa * Fixed tests to account for versions of DBI without the parse_dsn() method. 0.0142 (04.07.2005) - John Siracusa * Documented connect_options() method. * Added db_exists() method. 0.0143 (05.04.2005) - John Siracusa * Avoid trying to truncate undefined dates. 0.015 (05.12.2005) - John Siracusa * Added proper data source registry and registry entry objects. * Changed behavior of dsn() method to reflect the fact that DBI's parse_dsn() method rarely extracts the information I need. * Added warning to documentation about DSN/attribute sync. 0.0151 (05.29.2005) - John Siracusa * Fixed a PostgreSQL transactions test in trx.t. 0.0152 (05.31.2005) - John Siracusa * Corrected number of tests to skip in trx.t. 0.0153 (06.17.2005) - John Siracusa * Added Bit::Vector::Overload to the prerequisites. * Added links to the POD. 0.0154 (06.22.2005) - John Siracusa * Abstracted limit-with-offset syntax.