diff --git a/src/Partcl/Actions.pm b/src/Partcl/Actions.pm index bf0cadd..37e8bc5 100644 --- a/src/Partcl/Actions.pm +++ b/src/Partcl/Actions.pm @@ -177,7 +177,7 @@ method variable:sym($/) { my $variable; if $ { $variable := PAST::Var.new( :scope, - PAST::Var.new( :name<%GLOBALS>, :scope ), + PAST::Var.new( :name<%GLOBALS>, :scope, :namespace([]) ), ~$ ); } else {