comparison _test/object.t @ 165:76515373dac0

Added Class::Template, Rewritten SQL::Schema 'use parent' directive instead of 'use base'
author wizard
date Sat, 23 Apr 2011 23:06:48 +0400
parents eb3e9861a761
children ad93c9f4dd93
comparison
equal deleted inserted replaced
164:eb3e9861a761 165:76515373dac0
6 use IMPL::Test::Plan; 6 use IMPL::Test::Plan;
7 use IMPL::Test::TAPListener; 7 use IMPL::Test::TAPListener;
8 8
9 my $plan = new IMPL::Test::Plan qw( 9 my $plan = new IMPL::Test::Plan qw(
10 Test::Class::Meta 10 Test::Class::Meta
11 Test::Class::Template
11 Test::Object::Common 12 Test::Object::Common
12 Test::Object::List 13 Test::Object::List
13 Test::Object::Fields 14 Test::Object::Fields
14 ); 15 );
15 16