From: Wolfram Schneider Date: Wed, 14 Aug 2013 13:18:33 +0000 (+0000) Subject: correct test definition order X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=7d5cf7803da15dd690819e7f75077f92064f6807;hp=c052f8dbf47e63388ccb598dd4247bd84755d110 correct test definition order --- 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.