X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=5847b0b2f77ab1c5a5ec903663498d8e6d367fbd;hp=6d84abc229d4c8536953cba9d8cf8567c0b0a196;hb=bede31050ee10e9a8a3dd20f91ab9d62e0f5af66;hpb=424768b20deaa345499363cc5050a77ce654c324 diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t old mode 100644 new mode 100755 index 6d84abc..5847b0b --- 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.