DEBSOURCES
Skip Quicknav
sources / libdbix-class-deploymenthandler-perl / 0.002212-1 / t / no-component-lib / DBICDHTest.pm
12345678910
package DBICDHTest; use strict; use warnings; sub dbh { DBI->connect('dbi:SQLite::memory:', undef, undef, { RaiseError => 1 }) } 1;