projects
/
gitmo/Task-Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a8d275f
)
add TryCatch
Jesse Luehrs [Thu, 17 Sep 2009 06:16:47 +0000 (
01:16
-0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Task/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
31ca459
..
7cd7240
100644
(file)
--- 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
(file)
--- a/
lib/Task/Moose.pm
+++ b/
lib/Task/Moose.pm
@@
-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>