libsyntax-keyword-try-perl 0.31-ok1 source package in openKylin
Changelog
libsyntax-keyword-try-perl (0.31-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:11:26 -0700
libsyntax-keyword-try-perl (0.31-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:11:26 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libsyntax-keyword-try-perl_0.31.orig.tar.gz | 44.7 KiB | 7bc6242d746378982a599b34de35f07d3decc9e09d5646f8fa3b87f459414a4a |
| libsyntax-keyword-try-perl_0.31-ok1.debian.tar.xz | 1.6 KiB | 260cf91b01b9295ab1ea527f30cd355f9786f73ce57f05e0d5db48579c344696 |
| libsyntax-keyword-try-perl_0.31-ok1.dsc | 2.1 KiB | 28c8c6e9352f68cffc01c901036f0e38f262e167d97ac212f41b68b56a3ecf72 |
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.