# New Ticket Created by Solomon Foster # Please include the string: [perl #69382] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69382 >
Using Rakudo build 729722a9c0b260032ecc914f4cd6495dc22b422c and its default Parrot on OS X, I find that adding the line enum TrigBase <Radians Degrees Gradians Circles>; to src/setting/Any-Num.pm generates a Rakudo which compiles but is completely non-functional, failing every test on "make test" with an error message something like this: /Users/colomon/tools/rakudo/parrot_install/bin/parrot perl6.pbc --target=pir --output=Test.pir Test.pm Null PMC access in find_method() current instr.: 'perl6;List;list' pc 208509 (src/gen_setting.pir:24614) (src/gen_setting.pm:1538) called from Sub '!create_anon_enum' pc 21857 (src/builtins/guts.pir:1119) called from Sub '!create_enum' pc 21953 (src/builtins/guts.pir:1166) called from Sub '' pc 132309 (src/gen_setting.pir:364) (src/gen_setting.pm:363) called from Sub '_block718' pc 131471 (src/gen_setting.pir:5) make: *** [Test.pir] Error 1 -- Solomon Foster: colo...@gmail.com HarmonyWare, Inc: http://www.harmonyware.com