The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.14    2008-03-03

  - Updated required perl version from 5.5.0 to 5.8.0 after receiving
    reports of core dumps under 5.6.2 from cpantesters.  Tried to diagnose
    the problem but didn't really get anywhere.

0.13    2008-02-20

  - Added support for DBI_AUTOPROXY environment variable.  Suggested by 
    Tim Bunce.  (RT #30250)

0.12    2007-08-28

  - Added dependency listing for DBI to the Makefile to try and satisfy cpan
    testers.
  - Added dependency listing for DBD::SQLite, required for regression tests.

0.11    2007-07-25

  - When two DSN's had the same priority, Multi was always attempting the first
    one in the list first rather than picking one randomly.   This has been
    corrected.
  - Don't make a connection to every DB just to call disconnect().

0.10    2007-07-05

  - Added 'timeout' configuration parameter to keep connections from hanging
    forever.
  - Added support for coderef connect option from Mark Stosberg (RT #24400)
  - Added lazy-load.t regression test from Mark Stosberg (RT #24399)
  - Updated pod based on suggestions from Mark Stosberg  (RT #24399)

0.03    2007-01-08

  - Regression tests to verify random selection works, submitted by
    MARKSTOS@cpan.org

0.02    2006-06-21

  - Cleaned up documentation a little.
  - Fixed some regression tests.

0.01    2005-04-10

  - Initial version.