X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_attributes.t;h=925504f995b3d30dd1d368b42e676694258228fd;hb=6e3dd95f237370a2824e5ecc1419eaed075f0279;hp=d991b79ec78178db717ba734f516f2946a4d148f;hpb=0b0aee670c39f8cb8f140eb62de9bfaf2c343a24;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_attributes.t b/t/aggregate/live_component_controller_attributes.t index d991b79..925504f 100644 --- a/t/aggregate/live_component_controller_attributes.t +++ b/t/aggregate/live_component_controller_attributes.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -17,7 +15,7 @@ sub ok_actions { (map { "TestApp::Controller::Attributes->$_" } @$actions), 'TestApp::Controller::Root->end'; is( $response->header('x-catalyst-executed') => $expected, - $msg//'Executed correct acitons'); + $msg || 'Executed correct acitons'); } ok( my $response = request('http://localhost/attributes/view'),