X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FChained%2FPathPrefix.pm;fp=t%2Flib%2FTestApp%2FController%2FAction%2FChained%2FPathPrefix.pm;h=0000000000000000000000000000000000000000;hb=f436bc1bece2bcc2a04138068e5c22e70d9d6d35;hp=0d3b8595040a5014a0a9d65b847a232ed588c498;hpb=e28a6876ad3e11890226e5bab6df4b0725e0981e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm b/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm deleted file mode 100644 index 0d3b859..0000000 --- a/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm +++ /dev/null @@ -1,12 +0,0 @@ -package TestApp::Controller::Action::Chained::PathPrefix; - -use strict; -use warnings; - -use base qw/Catalyst::Controller/; - -# this is kinda the same thing as: sub instance : Path {} -# it should respond to: /action/chained/pathprefix/* -sub instance : Chained('/') PathPrefix Args(1) { } - -1;