Closed p5pRT closed 14 years ago
'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.
On Thu Oct 21 10:04:17 2010\, jdhedden@cpan.org wrote:
This is a bug report for perl from jdhedden@cpan.org\, generated with the help of perlbug 1.39 running under perl 5.13.6.
----------------------------------------------------------------- [Please describe your issue here]
'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.
Thank you. Applied as 76a2b88f6f42d780c1d7625b9d510847a6aff624.
The RT System itself - Status changed from 'new' to 'open'
@cpansprout - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#78504 (status was 'resolved')
Searchable as RT78504$