From 4f893e616257d6f87d238c8d5d204072ad5a13b3 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 19 Jun 2014 15:08:25 -0400 Subject: [PATCH] Note the open RT ticket. --- cpan/Digest-SHA/hints/hpux.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpan/Digest-SHA/hints/hpux.pl b/cpan/Digest-SHA/hints/hpux.pl index 124d29c..e48609e 100644 --- a/cpan/Digest-SHA/hints/hpux.pl +++ b/cpan/Digest-SHA/hints/hpux.pl @@ -1,5 +1,8 @@ # With +O2 this HP-UX cc compiler creates code which coredumps (Bus error) # when running t/woodbury.t, but dropping to +O1 seems to dodge that. +# +# This might turn out to be temporary, see: +# https://rt.cpan.org/Ticket/Display.html?id=96498 if ($Config{cc} eq 'cc' && $Config{archname} eq 'PA-RISC2.0' && $Config{ccversion} =~ /^B\.11\.11\./) { -- 1.8.3.1