From: Martin Mares Date: Mon, 29 Oct 2018 09:24:52 +0000 (+0100) Subject: Goldberg: newer Perl X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=704a0f8cb77d5199a5e8a2d74bb2f960e6513a27;p=anim.git Goldberg: newer Perl --- diff --git a/goldberg.pl b/goldberg.pl index d2726f4..cf6144e 100755 --- a/goldberg.pl +++ b/goldberg.pl @@ -2,6 +2,8 @@ use strict; use warnings; +use utf8; +use lib "."; use Gtk2 -init; use Cairo;