Go to file
2019-05-31 07:05:33 +02:00
.gitignore Initial import 2018-12-04 12:26:51 +01:00
perl-Syntax-Keyword-Try.spec Perl 5.30 rebuild 2019-05-31 07:05:33 +02:00
README.md Added the README 2018-12-04 10:41:50 +00:00
sources Initial import 2018-12-04 12:26:51 +01:00

perl-Syntax-Keyword-Try

This module provides a syntax plugin that implements 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.