This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the open RT ticket.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Jun 2014 19:08:25 +0000 (15:08 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Jun 2014 19:08:25 +0000 (15:08 -0400)
cpan/Digest-SHA/hints/hpux.pl

index 124d29c..e48609e 100644 (file)
@@ -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\./) {