X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/15d902acaa8a1fc24f756dcc5788d697a0c69a48..917ba679115b9e3cd7b88f7e5081a1a2503a684e:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 7949edc..ec10a67 100644 --- a/unicode.plp +++ b/unicode.plp @@ -144,7 +144,7 @@ $glyphs->print(map { $group = $1 if s{^([^/]+)/}{}; my @select = s/=(.*)// ? split(/=/, $1) : (); my $table = $tables->{$group}->{$_} - or die "Unknown table specified: $group/$_"; + or Abort("Unknown table specified: $group/$_", 404); if (@select) { my $rowlen;