From: Mischa POSLAWSKY Date: Thu, 27 Apr 2017 01:15:18 +0000 (+0200) Subject: common: fix initial call to setup debug time X-Git-Tag: v1.10~57 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/442a38fd7f907e3341978a9505ff34f2ddf5764c common: fix initial call to setup debug time Avoid string interpretation if module is not yet known at compile-time. --- diff --git a/common.inc.plp b/common.inc.plp index 7935a8e..6b45e50 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -28,7 +28,7 @@ $PLP::ERROR = sub { BEGIN { require Time::HiRes; - our $Time = [Time::HiRes::gettimeofday]; + our $Time = [Time::HiRes::gettimeofday()]; } # user request