X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=5847b0b2f77ab1c5a5ec903663498d8e6d367fbd;hp=2ebf7bab470feac89d34d988df5657f0a0412a37;hb=32416c64aa62a7dbec6e04a17bf1fc1610286a48;hpb=c052f8dbf47e63388ccb598dd4247bd84755d110 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.