From: Shawn M Moore Date: Sun, 28 Sep 2008 16:46:19 +0000 (+0000) Subject: Doc that we have implementations for throws_ok and lives_ok X-Git-Tag: 0.19~192 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea0b9e39627fcfb2f877c4e2144e90f32d333eea;p=gitmo%2FMouse.git Doc that we have implementations for throws_ok and lives_ok --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 0796cf0..f437a6c 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -240,5 +240,11 @@ Mouse::Util - features, with or without their dependencies C I be implemented in XS. If the user tries to use C without L, an error is thrown. +=head2 Test::Exception + +=head3 throws_ok + +=head3 lives_ok + =cut