X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=blobdiff_plain;f=Makefile.PL;h=7cd72409826cf2805734e7b80608a7ffbdd8e0c8;hp=31ca45903b0c20d6ec082a3a43b51fed33de6dd9;hb=3e44701a9e78baf7cc2a04289e35762e2920dcda;hpb=a8d275ff698d482d6ab9bc0e1b0a8f3ca014bf96 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',