X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/19420d8dd160ff036401c4d245e54712f5d59b7e..fc0efae244f2c4bf8063f5962138c2469dc44e6e:/browser.plp diff --git a/browser.plp b/browser.plp index ad8690f..375f300 100644 --- a/browser.plp +++ b/browser.plp @@ -22,7 +22,7 @@ Html({ say "

Browser compatibility

\n"; -my $caniuse = do 'data/browser/support.inc.pl' or die $! || $@; +my $caniuse = do 'data/browser/support.inc.pl' or die $@ || $!; $_->{verrelease} = { # mark last three (future) versions as unreleased, ensure current isn't map { @@ -99,7 +99,7 @@ given ($get{usage} // 'wm') { 'identifier must be alphanumeric name or 0'; } $canihas = do "data/browser/usage-$_.inc.pl" or do { - printf "

Browser usage data not found: %s", $! || $@; + printf "

Browser usage data not found: %s", $@ || $!; break; }; $usage = $_;