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%2FForward.pm;h=44d0badd83c7051aeb691f2433104815d3cd3c16;hp=ec3631aeba7bcf416f2063ec3c44b57f520592c0;hb=c462faf09f20b2fca60bb9c63bf30b158760aa2c;hpb=7e1212a90eff25982e9e1383a38e06219bcfb960 diff --git a/t/lib/TestApp/Controller/Action/Forward.pm b/t/lib/TestApp/Controller/Action/Forward.pm index ec3631a..44d0bad 100644 --- a/t/lib/TestApp/Controller/Action/Forward.pm +++ b/t/lib/TestApp/Controller/Action/Forward.pm @@ -34,4 +34,11 @@ sub jojo : Relative { $c->forward('three'); } + +sub inheritance : Relative { + my ( $self, $c ) = @_; + $c->forward('engine/response/cookies/one'); + $c->forward('five'); +} + 1;