projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
66057c3
)
adding failing use case
wreis [Wed, 21 Oct 2009 01:26:07 +0000 (
01:26
+0000)]
lib/ComponentUI/Controller/TestModel/Foo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ComponentUI/Controller/TestModel/Foo.pm
b/lib/ComponentUI/Controller/TestModel/Foo.pm
index
04a56e8
..
8730432
100644
(file)
--- a/
lib/ComponentUI/Controller/TestModel/Foo.pm
+++ b/
lib/ComponentUI/Controller/TestModel/Foo.pm
@@
-66,6
+66,12
@@
override _build_action_viewport_args => sub {
return $args;
};
+sub object : Chained('base') PathPart('id') CaptureArgs(1) {
+ my ($self, $c, $object) = @_;
+ $self->next::method($c, $object);
+ # just as failing use case
+}
+
1;
__END__;