comparison _test/SQL.t @ 168:6148f89bb7bf

IMPL::SQL::Schema::Traits::Diff alfa version IMPL::lang added hash traits
author sourcer
date Mon, 16 May 2011 04:30:38 +0400
parents 76515373dac0
children
comparison
equal deleted inserted replaced
167:1f7a6d762394 168:6148f89bb7bf
6 use IMPL::Test qw(run_plan); 6 use IMPL::Test qw(run_plan);
7 7
8 run_plan( qw( 8 run_plan( qw(
9 Test::SQL::Schema 9 Test::SQL::Schema
10 Test::SQL::Traits 10 Test::SQL::Traits
11 Test::SQL::Diff
11 ) ); 12 ) );
12 13
13 1; 14 1;