t/50-cgi: match data type in 30-warnings void test
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Nov 2013 10:16:54 +0000 (11:16 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Nov 2013 11:16:00 +0000 (12:16 +0100)
commit00e00b2ea57d60ba23b3d224ed8fadddb8d05e59
tree07096f200ff978a4cdcda7e4fe83d27a18b139f5
parent07db47574b0c884a7988b405b17986c29c133248
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