Bug corrected in r22667.
[parrot] 507 $ svn diff config/auto/alignptrs.pm Index: config/auto/alignptrs.pm =================================================================== --- config/auto/alignptrs.pm (revision 22664) +++ config/auto/alignptrs.pm (working copy) @@ -50,7 +50,7 @@ # HP-UX 10.20/32 hangs in this test. $align = 4; $conf->data->set( ptr_alignment => $align ); - $self->set_result = "for hpux: "; + $self->set_result("for hpux: "); } else {