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=7fc14ce0f78b4cd7cab1c951b5c88cf49d3896b6;hp=0d3b8595040a5014a0a9d65b847a232ed588c498;hpb=c083098cfabbb2c9dc01213659324004290dca72;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;