packaging one directory
|
1 |
#!perl -T |
2 | ||
3 |
use Test::More tests => 7; |
|
4 | ||
5 |
BEGIN { |
|
6 |
use_ok( 'DBIx::Custom' ); |
|
7 |
use_ok( 'DBIx::Custom::Basic' ); |
|
8 |
use_ok( 'DBIx::Custom::MySQL' ); |
|
9 |
use_ok( 'DBIx::Custom::Query' ); |
|
10 |
use_ok( 'DBIx::Custom::Result' ); |
|
add all tests
|
11 |
use_ok( 'DBIx::Custom::SQLTemplate' ); |
packaging one directory
|
12 |
use_ok( 'DBIx::Custom::SQLite' ); |
13 |
} |
|
14 | ||
15 |
diag( "Testing DBIx::Custom $DBIx::Custom::VERSION, Perl $], $^X" ); |