Mercurial > pub > Impl
comparison Lib/IMPL/Test/HarnessRunner.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | d1676be8afcc |
children |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 package IMPL::Test::HarnessRunner; | 1 package IMPL::Test::HarnessRunner; |
2 use strict; | 2 use strict; |
3 use warnings; | 3 use warnings; |
4 | 4 |
5 use parent qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::Serializable); | 5 use parent qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::Serializable); |
6 use IMPL::lang qw(:declare :constants); | 6 |
7 use TAP::Parser; | 7 use TAP::Parser; |
8 use Test::Harness; | 8 use Test::Harness; |
9 | 9 |
10 __PACKAGE__->PassThroughArgs; | 10 __PACKAGE__->PassThroughArgs; |
11 | 11 |
12 BEGIN { | |
13 } | |
14 | 12 |
15 sub CTOR { | 13 sub CTOR { |
16 my $this = shift; | 14 my $this = shift; |
17 } | 15 } |
18 | 16 |