remove stale $Id$
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test.pm
index 0055e82..097b9c5 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Test.pm,v 1.7 2006-11-29 18:16:21 mike Exp $
 
 package ZOOM::IRSpy::Test;
 
@@ -6,6 +5,8 @@ use 5.008;
 use strict;
 use warnings;
 
+use Scalar::Util;
+
 =head1 NAME
 
 ZOOM::IRSpy::Test - base class for tests in IRSpy
@@ -22,6 +23,8 @@ I<## To follow>
 
 sub subtests { () }
 
+sub timeout { undef }
+
 sub start {
     my $class = shift();
     my($conn) = @_;