# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132012] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132012 >
Code: say +SIGUSR1 Result: 30 However, on my system SIGUSR1 is *not* 30 (it is 10). I guess rakudo should try harder to find proper values of the system it runs on. See this doc issue: https://github.com/perl6/doc/issues/1474