libsyntax-keyword-try-perl 0.27-ok1 source package in openKylin
Changelog
libsyntax-keyword-try-perl (0.27-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Fri, 26 Aug 2022 15:58:37 +0800
libsyntax-keyword-try-perl (0.27-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Fri, 26 Aug 2022 15:58:37 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libsyntax-keyword-try-perl_0.27.orig.tar.gz | 42.8 KiB | 246e1b033e3ff22fd5420550d4b6e0d56b438cdcbb9d35cbe8b1b5ba1574de23 |
libsyntax-keyword-try-perl_0.27-ok1.debian.tar.xz | 7.7 KiB | eb54e12d62a9c3f273ac4d14139987bfdb466c58a1ba71b734332ba7eb60b26a |
libsyntax-keyword-try-perl_0.27-ok1.dsc | 1.9 KiB | 4c459a25e096ac682197a8ecb4c8c59df08eb5a629641d08948bfa205280d39e |
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.