X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0466f0c92a59e94455c8d149c3c84c39b315e2c6..ca8caa9227ad9151bd57ab7eccab2c8947ea55da:/source.plp diff --git a/source.plp b/source.plp index 2ac4833..f476ee8 100644 --- a/source.plp +++ b/source.plp @@ -5,6 +5,7 @@ $source =~ s{^/}{}; if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) { # convert perl include to json construct + checkmodified($source); eval { my $data = do $source or die $@ || $! || 'read error'; require JSON;