Someone, at some time, added a new 'irspy' account to the htpasswd file -- but did...
[irspy-moved-to-github.git] / t / 000-ZOOM-IRSpy-basic.t
1 #
2
3 use Test::More tests => 1;
4
5 use lib './lib';
6 use_ok('ZOOM::IRSpy');
7
8 1;