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