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.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.