add TryCatch
Jesse Luehrs [Thu, 17 Sep 2009 06:16:47 +0000 (01:16 -0500)]
Makefile.PL
lib/Task/Moose.pm

index 31ca459..7cd7240 100644 (file)
@@ -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',
index eaba1a1..e895f2e 100644 (file)
@@ -77,6 +77,10 @@ Declarative syntax with L<Devel::Declare>
 
 Declarative method syntax
 
+=head3 L<TryCatch>
+
+Declarative exception handling
+
 =head2 Types
 
 =head3 L<MooseX::Types>