Mercurial > pub > Impl
comparison Lib/IMPL/Test/Unit.pm @ 83:74bae30eb25e
(no commit message)
author | wizard |
---|---|
date | Tue, 13 Apr 2010 20:27:56 +0400 |
parents | 16ada169ca75 |
children | 964587c5183c |
comparison
equal
deleted
inserted
replaced
82:3a4205e7b663 | 83:74bae30eb25e |
---|---|
6 use IMPL::Class::Property; | 6 use IMPL::Class::Property; |
7 | 7 |
8 use Time::HiRes qw(gettimeofday tv_interval); | 8 use Time::HiRes qw(gettimeofday tv_interval); |
9 | 9 |
10 use Error qw(:try); | 10 use Error qw(:try); |
11 use Carp qw(carp); | |
11 use IMPL::Test::Result; | 12 use IMPL::Test::Result; |
12 use IMPL::Test::FailException; | 13 use IMPL::Test::FailException; |
13 use IMPL::Exception; | 14 use IMPL::Exception; |
14 | 15 |
15 BEGIN { | 16 BEGIN { |