From: Steinar H. Gunderson Date: Wed, 15 Jul 2020 18:11:57 +0000 (+0200) Subject: Small hack for update-image-cache.pl. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=e39f752cca70404407db9cfadb743636e0f3cc1e;hp=4bd34280a9eb56c0c7f93fb3bea570fb9ebe5e5b Small hack for update-image-cache.pl. --- diff --git a/perl/update-image-cache.pl b/perl/update-image-cache.pl index 3857ae2..f26ba99 100755 --- a/perl/update-image-cache.pl +++ b/perl/update-image-cache.pl @@ -51,6 +51,8 @@ sub warn { sub error { print STDERR $_[1], "\n"; } +sub logger { +} package main; use Sesse::pr0n::Common;