Author: torsten Date: Sun Jan 23 15:13:18 2011 New Revision: 1062448 URL: http://svn.apache.org/viewvc?rev=1062448&view=rev Log: another 5.14 fix
Modified: perl/modperl/trunk/t/apache/content_length_header.t Modified: perl/modperl/trunk/t/apache/content_length_header.t URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/apache/content_length_header.t?rev=1062448&r1=1062447&r2=1062448&view=diff ============================================================================== --- perl/modperl/trunk/t/apache/content_length_header.t (original) +++ perl/modperl/trunk/t/apache/content_length_header.t Sun Jan 23 15:13:18 2011 @@ -30,7 +30,7 @@ my $location = "/TestApache__content_len # are using HEAD requests in the wild # http://bugzilla.mozilla.org/show_bug.cgi?id=245447 -foreach my $method qw(GET HEAD) { +foreach my $method (qw(GET HEAD)) { no strict qw(refs);