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)
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.


No differences found