summaryrefslogtreecommitdiff
path: root/index.pl
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.pl
parent8b69465b8b12e32503f9ddf2873040f7c4a41037 (diff)
use lib
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 71220bd..18fb0d4 100755
--- a/index.pl
+++ b/index.pl
@@ -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;