blob: 7cd5b7c0144f1c144d15b81f6607c125c7f82cda (
plain)
1
2
3
4
5
|
A small, fast, try catch blocks for perl, it's inspired and mostly copied from
Try::Tiny but with some modifications to boost execution speed.
Consider Try::Catch a stripped Try::Tiny version with no blessing and no usage
of Sub::Name.
|