パッケージ: libtry-tiny-smartcatch-perl (0.5-1.1)
libtry-tiny-smartcatch-perl に関するリンク
Trisquel の資源:
libtry-tiny-smartcatch-perl ソースパッケージをダウンロード:
- [libtry-tiny-smartcatch-perl_0.5-1.1.dsc]
- [libtry-tiny-smartcatch-perl_0.5.orig.tar.gz]
- [libtry-tiny-smartcatch-perl_0.5-1.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Jonas Smedegaard
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
lightweight Perl module for powerful exceptions handling
Try::Tiny::SmartCatch's goals are mostly the same as Try::Tiny module, but there are few changes to it's specification. Main difference is possibility to catch just some kinds of exceptions in place of catching everything. Another one is slightly changed syntax.
When raised exception is an object, Try::Tiny::SmartCatch will test for exception type (using UNIVERSAL::isa). When raised exception is just a text message (like "die ('message')"), there can be specified part of message to test for.
There are also explicit sub blocks. In opposite to Try::Tiny, every block in Try::Tiny::SmartCatch's "try", "catch_when", "catch_default", "then" and "finally" must have explicit subroutines specified.
その他の libtry-tiny-smartcatch-perl 関連パッケージ
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language