17f6e95466
TryCatch implements first class try catch semantics for Perl, without source filters. The main benefits are: - return from subroutines within the try blocks - Moose type checking
4 lines
181 B
Text
4 lines
181 B
Text
TryCatch implements first a class try catch semantics for Perl, without
|
|
source filters. The main benefits are:
|
|
- return from subroutines within the try blocks
|
|
- Moose type checking
|