diff 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
line wrap: on
line diff
--- a/Lib/IMPL/Test/HarnessRunner.pm	Tue Oct 09 03:09:41 2012 +0400
+++ b/Lib/IMPL/Test/HarnessRunner.pm	Tue Oct 09 20:12:47 2012 +0400
@@ -3,14 +3,12 @@
 use warnings;
 
 use parent qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::Serializable);
-use IMPL::lang qw(:declare :constants);
+
 use TAP::Parser;
 use Test::Harness;
 
 __PACKAGE__->PassThroughArgs;
 
-BEGIN {
-}
 
 sub CTOR {
     my $this = shift;