commit | 85f5d9eb88c4a533a0060f3758af047e0e4cca16 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Dec 17 14:45:20 2024 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Dec 17 14:45:20 2024 +0100 |
tree | 09b69d1f0fa996f2b93ecbf5509c018c351ca0b5 | |
parent | adcc8de5c540beffba8e7aab1a3c053e02e7370e [diff] [blame] |
Improve reporting Change-Id: I968635edbba4d742883feac97cdff1abbc74076b
diff --git a/script/cosmasvc2koralquery b/script/cosmasvc2koralquery index ae74d94..e674964 100755 --- a/script/cosmasvc2koralquery +++ b/script/cosmasvc2koralquery
@@ -1,9 +1,9 @@ #!/usr/bin/env perl use strict; use warnings; +use lib 'lib'; use KorAP::Def; use KorAP::DefList; -use lib 'lib'; use Getopt::Long; binmode(STDERR, ':encoding(UTF-8)');