switch to Path::Class for fewer mistakes
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / no-component-lib / DBICDHTest.pm
1 package DBICDHTest;
2
3 use strict;
4 use warnings;
5
6 sub dbh {
7   DBI->connect('dbi:SQLite::memory:', undef, undef, { RaiseError => 1 })
8 }
9
10 1;