You can download it from
http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC1.tar.gz
=head2 Changes in DBI 1.55 (svn rev 9393), 13th April 2007
Fixed set_err so HandleSetErr hook is executed reliably, if set.
Fixed accuracy of profiling when perl configured to use long doubles.
Fixed 42prof_data.t on fast systems with poor timers thanks to Malcolm
Nooning.
Fixed gofer pipeone & stream transports to avoid risk of hanging.
Changed DBD::Gofer to work around a DBD::Sybase bind_param bug
(which is now fixed in DBD::Sybase 1.07)
Changed _set_fbav to not croak when given a wrongly sized array,
it now warns and adjusts the row buffer to match.
Changed DBD::NullP to be slightly more useful for testing.
Changed File::Spec prerequisite to not require a minimum version.
Changed tests to work with other DBMs thanks to ZMAN.
Many assorted Gofer related bug fixes, enhancements and docs.
Added support for install_methods to DBD::Gofer.
Added goferperf.pl utility (doesn't get installed).
Added support for DBI Profile Path to contain refs to scalars
which will be de-ref'd for each profile sample.
=cut
There's a whole bunch of gofer-related changes in here, including fixes
for those who got timeouts during make test with 1.54.
There's some more work I want to do before a release so this is really
an early preview to get feedback - especially from anyone who had
preoblems with 1.54.
Enjoy!
Tim.