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