merged conflicts
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_attributes.t
index d991b79..925504f 100644 (file)
@@ -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'),