From: Mischa POSLAWSKY Date: Tue, 20 Oct 2009 22:02:20 +0000 (+0200) Subject: capture actual test warnings X-Git-Tag: 3.23~2 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/51d3d67a18705467fa51bb66805456a2502505f1?hp=51d3d67a18705467fa51bb66805456a2502505f1 capture actual test warnings Compare expected `use warnings` output to warnings produced by similar code instead of hardcoding text. It doesn't really matter what is said, as long it's the same using plp. Fixes (so far and afaik) a slight change introduced by Perl v5.11.0 in "Useless use of a constant in void context" (adding details about which constant). ---