pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

Handle Exceptions #13

Closed pdl closed 11 years ago

pdl commented 12 years ago

Replace eval blocks with safer handlers, e.g. Try::Tiny (which has no noncore deps).

Create Exception objects which work like fail objects. Perhaps they should return undef when evaluated as bool/int.

pdl commented 12 years ago

Added Test::Proto::Exception on 2012-06-08 ( 2830cc08e2 )