This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8.t: Extract code to common function
authorKarl Williamson <khw@cpan.org>
Mon, 3 Oct 2016 03:05:15 +0000 (21:05 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 17:18:11 +0000 (11:18 -0600)
commitd84e92aa0ca24c080daa950e82c6b14870f9e385
treed6dbcd53a8040bec35f11eb94aec296786b57f8c
parent889c88568fd0045a7d4aee82e769d3d130f0335c
APItest/t/utf8.t: Extract code to common function

There are many instances of this simple code to dump an array of trapped
warning messages.  The problem is that they display better when joined
by "" rather than by a comma.  Rather than change each instance to do
that, I changed each instance to a sub call and changed it there.
ext/XS-APItest/t/utf8.t