Branch: refs/heads/yves/hpux_build_warning_suppression Home: https://github.com/Perl/perl5 Commit: 0a9b4a96eb9f17d463386d9845192c90448e845b https://github.com/Perl/perl5/commit/0a9b4a96eb9f17d463386d9845192c90448e845b 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.