1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
DBD-SQLite-SQLcipher/t/00basic.t

4 lines
86 B
Perl

use strict;
use Test::More;
BEGIN { plan tests => 1 }
BEGIN { use_ok('DBD::SQLite') }