remove stale $Id$
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test.pm
index 83ad686..097b9c5 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Test.pm,v 1.4 2006-10-06 11:33:07 mike Exp $
 
 package ZOOM::IRSpy::Test;
 
@@ -6,8 +5,7 @@ use 5.008;
 use strict;
 use warnings;
 
-use Exporter 'import';
-our @EXPORT = qw(isodate);
+use Scalar::Util;
 
 =head1 NAME
 
@@ -25,6 +23,8 @@ I<## To follow>
 
 sub subtests { () }
 
+sub timeout { undef }
+
 sub start {
     my $class = shift();
     my($conn) = @_;
@@ -33,16 +33,6 @@ sub start {
 }
 
 
-# Utility function, really nothing to do with IRSpy
-sub isodate {
-    my($time) = @_;
-
-    my($sec, $min, $hour, $mday, $mon, $year) = localtime($time);
-    return sprintf("%04d-%02d-%02dT%02d:%02d:%02d",
-                  $year+1900, $mon+1, $mday, $hour, $min, $sec);
-}
-
-
 =head1 SEE ALSO
 
 ZOOM::IRSpy