X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest.pm;h=765cd4f9f6e72025b71641bd819450c9232ee90d;hb=9b3b58e46da3867cabcc6a6c54442ea2e6431f9a;hp=0055e8286c9071684069d416b3ea87e13a62b38d;hpb=176135791138bb470d311bab1c32874450f4331b;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test.pm b/lib/ZOOM/IRSpy/Test.pm index 0055e82..765cd4f 100644 --- a/lib/ZOOM/IRSpy/Test.pm +++ b/lib/ZOOM/IRSpy/Test.pm @@ -1,4 +1,4 @@ -# $Id: Test.pm,v 1.7 2006-11-29 18:16:21 mike Exp $ +# $Id: Test.pm,v 1.8 2007-04-18 15:24:45 mike Exp $ package ZOOM::IRSpy::Test; @@ -6,6 +6,8 @@ use 5.008; use strict; use warnings; +use Scalar::Util; + =head1 NAME ZOOM::IRSpy::Test - base class for tests in IRSpy @@ -22,6 +24,8 @@ I<## To follow> sub subtests { () } +sub timeout { undef } + sub start { my $class = shift(); my($conn) = @_;