This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix ext/XS-APItest/t/multicall.t warning
authorJerry D. Hedden <jdhedden@cpan.org>
Thu, 21 Oct 2010 21:47:50 +0000 (14:47 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Oct 2010 21:47:50 +0000 (14:47 -0700)
commit76a2b88f6f42d780c1d7625b9d510847a6aff624
treef2bab99a68018998d19136975de3d745fe76e1d7
parentbcd258b8ea3fa36748bc52b76a9bb28df97e0c2b
Fix ext/XS-APItest/t/multicall.t warning

'make test' produces the following warning:

ext/XS-APItest/t/multicall.....................................Useless
use of private variable in void context at t/multicall.t line 37.
ok

The attached patch fixes this by adding a "no warnings 'void';"
statement to the test file.
ext/XS-APItest/t/multicall.t