The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::DisconnectAll - disconnect all databases

SYNOPSIS

  use DBIx::DisconnectAll;

  dbi_disconnect_all();

DESCRIPTION

DBIx::DisconnectAll is utility module to disconnect all connected databases

DBI has DBI->disconnect_all methods, but some DBD modules does not support it, so DBI->disconnect_all is undocumented yet and unusable.

DBIx::DisconnectAll realizes disconnect_all from DBI's public API.

AUTHOR

Masahiro Nagano <kazeburo AAJKLFJEF@ gmail.com>

Tokuhiro Matsuno

SEE ALSO

DBI

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.