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 /index.fpl | |
| parent | 8b69465b8b12e32503f9ddf2873040f7c4a41037 (diff) | |
use lib
Diffstat (limited to 'index.fpl')
| -rwxr-xr-x | index.fpl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ use strict; use warnings; use v5.14.0; +use lib qw(.); use Xerl; |
