From: Jesse Luehrs Date: Thu, 17 Sep 2009 06:16:47 +0000 (-0500) Subject: add TryCatch X-Git-Tag: 0.02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=commitdiff_plain;h=7416f7e7436af650b3560eb110de7d64104ffc93 add TryCatch --- diff --git a/Makefile.PL b/Makefile.PL index 31ca459..7cd7240 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,10 @@ feature 'Declarative method syntax', -default => 0, 'MooseX::Method::Signatures' => 0; +feature 'Declarative exception handling', + -default => 0, + 'TryCatch' => 0; + # Types feature 'Moose type extensions', diff --git a/lib/Task/Moose.pm b/lib/Task/Moose.pm index eaba1a1..e895f2e 100644 --- a/lib/Task/Moose.pm +++ b/lib/Task/Moose.pm @@ -77,6 +77,10 @@ Declarative syntax with L Declarative method syntax +=head3 L + +Declarative exception handling + =head2 Types =head3 L