correct test definition order
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 13:18:33 +0000 (13:18 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 13:18:33 +0000 (13:18 +0000)
t/ZOOM-IRSpy.t

index 2ebf7ba..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.