Trycatch is an extension of the Perl 5 object system.
This module aims to provide a nicer syntax and method to catch errors
in Perl, similar to what is found in other languages (such as Java,
Python or C++). The standard method of using eval {}; if ($@) {} is
often prone to subtle bugs, primarily that its far too easy to stomp
on the error in error handlers. And also eval/if isn't the nicest
idiom.
This requires: perl-Scope-Upper, perl-Variable-Magic, perl-B-Hooks-OP-Check, perl-B-Hooks-OP-PPAddr, perl-B-Hooks-EndOfScope, perl-Devel-Declare, perl-Sub-Exporter, perl-namespace-clean, perl-Moose, perl-MooseX-Types, perl-Parse-Method-Signatures
Maintained by: Jan F. Chadima
Keywords: perl,moose
ChangeLog: perl-TryCatch
Homepage:
https://metacpan.org/pod/TryCatch
Download SlackBuild:
perl-TryCatch.tar.gz
perl-TryCatch.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
perl-TryCatch.SlackBuild |
perl-TryCatch.info |
slack-desc |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds