comparison _test/Test/SQL/Schema.pm @ 32:56cef8e3cda6

+1
author Sergey
date Mon, 09 Nov 2009 01:39:31 +0300
parents
children 0004faa276dc
comparison
equal deleted inserted replaced
31:d59526f6310e 32:56cef8e3cda6
1 package Test::SQL::Schema;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::Test::Unit);
6 __PACKAGE__->PassThroughArgs;
7
8 1;