Skip to content

Commit

Permalink
Stub "use internals" for internal helper subs
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 4, 2015
1 parent 45068ba commit ad21e90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Perl6/World.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@ class Perl6::World is HLL::World {
if $arglist { self.throw($/, 'X::Pragma::NoArgs', :$name) }
%*PRAGMAS<nqp> := $on;
}
elsif $name eq 'internals' {
if $arglist { self.throw($/, 'X::Pragma::NoArgs', :$name) }
%*PRAGMAS<internals> := $on;
}
elsif $name eq 'soft' {
# This is an approximation; need to pay attention to
# argument list really.
Expand Down

0 comments on commit ad21e90

Please sign in to comment.