7 eval "use DBD::SQLite";
9 ? ( skip_all => 'needs DBD::SQLite for testing' )
17 use_ok( 'DBICTest::Schema' );
21 local $SIG{__WARN__} = sub { $warnings .= $_[0] };
22 eval { DBICTest::CD->create({ title => 'vacation in antarctica' }) };
23 ok( $warnings !~ /uninitialized value/, "No warning from Storage" );