comparison _test/ORM.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 16ada169ca75
children
comparison
equal deleted inserted replaced
164:eb3e9861a761 165:76515373dac0
5 5
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::ORM::Schema 10
11 ); 11 );
12
13 #Test::ORM::Schema
12 14
13 $plan->AddListener(new IMPL::Test::TAPListener); 15 $plan->AddListener(new IMPL::Test::TAPListener);
14 $plan->Prepare(); 16 $plan->Prepare();
15 $plan->Run(); 17 $plan->Run();
16 18