This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Perl > perl-TryCatch (1.003002)

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-Sub-Exporter, perl-Variable-Magic, perl-B-Hooks-OP-Check, perl-B-Hooks-OP-PPAddr, perl-B-Hooks-EndOfScope, perl-Scope-Upper, perl-namespace-clean, perl-MooseX-Types, perl-Moose, perl-Parse-Method-Signatures, perl-Devel-Declare

Maintained by: Jan F. Chadima
Keywords: perl,moose
ChangeLog: perl-TryCatch

Homepage:
https://metacpan.org/pod/TryCatch

Source Downloads:
TryCatch-1.003002.tar.gz (37dbff1d9ab3b09d2a41b706f7716957)

Download SlackBuild:
perl-TryCatch.tar.gz
perl-TryCatch.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds