Dusplay proxy
[irspy-moved-to-github.git] / t / ZOOM-IRSpy.t
old mode 100644 (file)
new mode 100755 (executable)
index 6d84abc..5847b0b
@@ -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.