Skip to content

Commit e978542

Browse files
committed
Source commit
1 parent c6c1bde commit e978542

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/omop-csv-validator

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
use strict;
99
use warnings;
1010
use utf8;
11-
use lib 'lib';
11+
use FindBin qw($Bin);
12+
use lib "$Bin/../lib";
1213
use feature qw(say);
1314
use Getopt::Long;
1415
use Path::Tiny;

0 commit comments

Comments
 (0)