comparison _test/lang.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
children
comparison
equal deleted inserted replaced
167:1f7a6d762394 168:6148f89bb7bf
1 #!/usr/bin/perl -w
2 use strict;
3 use lib '../Lib';
4 use lib '.';
5
6 use IMPL::Test qw(run_plan);
7
8 run_plan( qw(
9 Test::Lang
10 ) );
11
12 1;