From 7d5cf7803da15dd690819e7f75077f92064f6807 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 14 Aug 2013 13:18:33 +0000 Subject: [PATCH] correct test definition order --- t/ZOOM-IRSpy.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index 2ebf7ba..5847b0b 100755 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -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. -- 1.7.10.4