Skip to content

Commit

Permalink
Mark implementation of qx as unsafe.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Oct 30, 2012
1 parent 136ddcf commit c600005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CORE.setting
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@ sub eval($str,:$lang="perl6") is return-pass {
}
}
sub rungather($command_line) { Q:CgOp { (box Str (command_qx (obj_getstr {$command_line}))) } }
sub rungather($command_line) is unsafe { Q:CgOp { (box Str (command_qx (obj_getstr {$command_line}))) } }
# tiny stub for Dancer
my class DateTime {
Expand Down

0 comments on commit c600005

Please sign in to comment.