MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
279 stars 46 forks source link

add eval_lives_ok and eval_throws_ok to Test::More #90

Closed stevan closed 11 years ago

stevan commented 11 years ago

We need a way to eval code in a test to make sure it works. Refer to the Perl 6 test suite to see how this is done.

stevan commented 11 years ago

All done