|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Application-Pipeline/blib/lib/Application/Pipeline/Services/DBI.pm |
This plugin for Application::Pipeline makes available a singleton database handle. To access it from the application:
$pipeline->loadPlugin( 'DBI' ( dbi::connect parameters ) );
$dbh = $pipeline->dbh;
Stephen Howard <stephen@thunkit.com>
This module may be distributed under the same terms as Perl itself.
|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Application-Pipeline/blib/lib/Application/Pipeline/Services/DBI.pm |