From: Martin Mares Date: Mon, 14 Jan 2019 21:25:35 +0000 (+0100) Subject: "use lib '.'" for compatibility with recent Perls X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=94228be05cb663358267e8f96b7e2aa83b748a68;p=temple.git "use lib '.'" for compatibility with recent Perls --- diff --git a/temple b/temple index 2db9c30..3f7a4d4 100755 --- a/temple +++ b/temple @@ -4,6 +4,7 @@ use strict; use warnings; +use lib '.'; use Getopt::Long; use UCW::Temple;