diff options
| author | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:29:11 +0200 |
|---|---|---|
| committer | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:29:11 +0200 |
| commit | 94b9f678a89f240cb2cebdc6be53a81d95049715 (patch) | |
| tree | 9225a9096275cfc4853622503efdeeee53093d18 | |
| parent | 8b69465b8b12e32503f9ddf2873040f7c4a41037 (diff) | |
use lib
| -rwxr-xr-x | index.fpl | 1 | ||||
| -rwxr-xr-x | index.pl | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -11,6 +11,7 @@ use strict; use warnings; use v5.14.0; +use lib qw(.); use Xerl; @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -# Xerl (c) 2005-2011, 2013-2015, 2017 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015, 2017-2018 by Paul Buetow # # E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org # @@ -11,6 +11,7 @@ use strict; use warnings; use v5.14.0; +use lib qw(.); use Xerl; |
