From 00e00b2ea57d60ba23b3d224ed8fadddb8d05e59 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 20 Nov 2013 11:16:54 +0100 Subject: [PATCH] t/50-cgi: match data type in 30-warnings void test Comparing number to string results in different messages as of Perl v5.18: > got: "Useless use of a constant (42) in void context at 30-warnings.plp line 2. > expected: "Useless use of a constant ("42") in void context at 30-warnings.plp line 2. --- t/50-cgi/30-warnings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/50-cgi/30-warnings.html b/t/50-cgi/30-warnings.html index 94972da..359bf5f 100644 --- a/t/50-cgi/30-warnings.html +++ b/t/50-cgi/30-warnings.html @@ -1,5 +1,5 @@ $HEAD -'42' +42 1 2 3warning at $SCRIPT_NAME line 3. -- 2.30.0