# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #89704]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=89704 >
how does one change the current process name in Perl 6? Is
that in the spec somewhere,
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #89706]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=89706 >
rakudo: $PROCESS::PROGRAM_NAME = 3; say $*PROGRAM_NAME
rakudo 632f81: OUTPUT«Null PMC
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #89708]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=89708 >
rakudo: subset Pod6::Text of Str; say 'markdown' ~~ Pod6::Text
rakudo 632f81: OUTPUT«B