Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / t / ZOOM-IRSpy.t
index 6d84abc..5847b0b 100755 (executable)
@@ -8,12 +8,10 @@ BEGIN {
     }
 }
 
-use Test::More
+use Test::More tests => 3;
 use lib './lib';
 use_ok('ZOOM::IRSpy');
 
-plan tests => 3;
-
 # Insert your test code below, the Test::More module is use()ed here so read
 # its man page ( perldoc Test::More ) for help writing this test script.