packing
|
1 |
#!perl -T |
2 | ||
3 |
use Test::More tests => 1; |
|
4 | ||
5 |
BEGIN { |
|
6 |
use_ok( 'DBIx::Custom::SQLite' ); |
|
7 |
} |
|
8 | ||
9 |
diag( "Testing DBIx::Custom::SQLite $DBIx::Custom::SQLite::VERSION, Perl $], $^X" ); |