mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
4 lines
86 B
Perl
4 lines
86 B
Perl
use strict;
|
|
use Test::More;
|
|
BEGIN { plan tests => 1 }
|
|
BEGIN { use_ok('DBD::SQLite') }
|