X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/9e4974683459036041b339e6576f6d9e2e48edaa..1a1445238307079771732342d00cc0a3af52d23a:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index 9d34128..0754d85 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -106,7 +106,7 @@ sub Data { local $/; # slurp return JSON::decode_json(readline $cache); }; - if ($! or $@ or !@data or !$data[0]) { + if ($@ or !@data or !$data[0]) { die ['Table data not found', $@ || $!]; } if (@data == 1 and ref $data[0] eq 'HASH' and not %{$data[0]}) {