if ZOOM::IRSpy was not installed yet, use the version from ./lib
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 11:02:23 +0000 (13:02 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 11:02:23 +0000 (13:02 +0200)
t/ZOOM-IRSpy.t

index daf415f..7d05d2d 100644 (file)
@@ -3,6 +3,7 @@
 use Test::More tests => 3;
 
 BEGIN {
+    use lib './lib';
     use_ok('ZOOM::IRSpy');
 }