X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FChained%2FFoo.pm;h=4ff9b2045e5119c69ebd24573bbdc747efcc0a8d;hp=2ebd39de8f7b027d2d33d9afc11499045f11b419;hb=1dc8af447f43168c875c0c62f2cfb50d66173eaf;hpb=5882c86e1f256e122583dcc311b17bdbf9a4d766 diff --git a/t/lib/TestApp/Controller/Action/Chained/Foo.pm b/t/lib/TestApp/Controller/Action/Chained/Foo.pm index 2ebd39d..4ff9b20 100644 --- a/t/lib/TestApp/Controller/Action/Chained/Foo.pm +++ b/t/lib/TestApp/Controller/Action/Chained/Foo.pm @@ -8,7 +8,7 @@ use base qw/Catalyst::Controller/; # # Child of current namespace # -sub spoon :Chained('') :Args(0) { } +sub spoon :Chained('.') :Args(0) { } # # Root for a action in a "parent" controller