]> mj.ucw.cz Git - temple.git/commitdiff
"use lib '.'" for compatibility with recent Perls
authorMartin Mares <mj@ucw.cz>
Mon, 14 Jan 2019 21:25:35 +0000 (22:25 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Jan 2019 21:25:35 +0000 (22:25 +0100)
temple

diff --git a/temple b/temple
index 2db9c305cced0a33f2ec4ec2940de9dc3961049e..3f7a4d49539196a40da357ca17671a149af5bb10 100755 (executable)
--- a/temple
+++ b/temple
@@ -4,6 +4,7 @@
 
 use strict;
 use warnings;
+use lib '.';
 
 use Getopt::Long;
 use UCW::Temple;