summaryrefslogtreecommitdiff
path: root/index.fpl
diff options
context:
space:
mode:
authoradmin (pb) <default@mx.buetow.org>2018-06-17 13:29:11 +0200
committeradmin (pb) <default@mx.buetow.org>2018-06-17 13:29:11 +0200
commit94b9f678a89f240cb2cebdc6be53a81d95049715 (patch)
tree9225a9096275cfc4853622503efdeeee53093d18 /index.fpl
parent8b69465b8b12e32503f9ddf2873040f7c4a41037 (diff)
use lib
Diffstat (limited to 'index.fpl')
-rwxr-xr-xindex.fpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.fpl b/index.fpl
index f111226..d21ae1c 100755
--- a/index.fpl
+++ b/index.fpl
@@ -11,6 +11,7 @@ use strict;
use warnings;
use v5.14.0;
+use lib qw(.);
use Xerl;