Skip to content

Commit

Permalink
Note the open RT ticket.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhi committed Jun 19, 2014
1 parent 1b8430e commit 4f893e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpan/Digest-SHA/hints/hpux.pl
Original file line number Diff line number Diff line change
@@ -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\./) {
Expand Down

0 comments on commit 4f893e6

Please sign in to comment.