Merge branch 'master' into psgi
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_headers.t
index 0d373c2..0e153cf 100644 (file)
@@ -12,7 +12,7 @@ use HTTP::Request::Common;
 
 my $content_length;
 
-foreach my $method qw(HEAD GET) {
+foreach my $method (qw(HEAD GET)) {
     my $expected = join( ', ', 1 .. 10 );
 
     my $request = HTTP::Request::Common->can($method)
@@ -42,7 +42,7 @@ foreach my $method qw(HEAD GET) {
         # method name is echo'd back in content-body, which
         # accounts for difference in content length.  In normal
         # cases the Content-Length should be the same regardless
-        # of if its a GET or HEAD request.
+        # of whether it's a GET or HEAD request.
         SKIP:
         {
             if ( $ENV{CATALYST_SERVER} ) {