libsyntax-keyword-try-perl 0.27-ok2 source package in openKylin
Changelog
libsyntax-keyword-try-perl (0.27-ok2) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 07:04:55 +0000
libsyntax-keyword-try-perl (0.27-ok2) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 07:04:55 +0000
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libsyntax-keyword-try-perl_0.27.orig.tar.gz | 42.8 KiB | 246e1b033e3ff22fd5420550d4b6e0d56b438cdcbb9d35cbe8b1b5ba1574de23 |
libsyntax-keyword-try-perl_0.27-ok2.debian.tar.xz | 7.8 KiB | 24e36aa4be76716d961c2726c26e93bec7693d7708ad38f1d2444a06440541bd |
libsyntax-keyword-try-perl_0.27-ok2.dsc | 1.9 KiB | ba8bf67353b75ebc2554ebff520a4bd6a17066ef0f9796877523cd6776a6c558 |
Syntax:
exception-handling semantics in a form familiar to users of other languages,
being built on a block labeled with the try keyword, followed by at least one
of a catch or finally block.
.
As well as providing a handy syntax for this useful behaviour, this module
also serves to contain a number of code examples for how to implement parser
plugins and manipulate optrees to provide new syntax and behaviours for perl
code.