fixed warnings in tests
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Forward.pm
index ec3631a..44d0bad 100644 (file)
@@ -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;