Branch: refs/heads/yves/hpux_build_warning_suppression Home: https://github.com/Perl/perl5 Commit: 89e0d2b60ef5daeaef137aa6f782d8096437525b https://github.com/Perl/perl5/commit/89e0d2b60ef5daeaef137aa6f782d8096437525b Author: Yves Orton <demerphq@gmail.com> Date: 2023-03-25 (Sat, 25 Mar 2023) Changed paths: M t/porting/globvar.t Log Message: ----------- t/porting/globvar.t - fix for HPUX On HPUX `nm globals.o` produces output like this (without the indent): [5] | 2420| 2|OBJT |GLOB |0| .rodata|PL_Yes So change the $define qr// to accommodate it. We also have to TODO some of the tests, as HPUX seems to export everything.