# New Ticket Created by steve mynott # Please include the string: [perl #124147] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124147 >
Various libm (power) issues with rakudo-moar on NetBSD which show themselves as roast failures and are known issues with NetBSD itself see http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=49240 eg. 1**Inf is evaluated as NaN rather than Inf (although 1.1**Inf is correctly evaluated as Inf) - I fudged this in S03-operators/arith.t Some other other issues are fixable with _LIB_VERSION = _IEEE_ details to follow