Skip to content

Commit

Permalink
make $::foo always refer to the top level HLL ns.
Browse files Browse the repository at this point in the history
pmichaud++
  • Loading branch information
coke committed Aug 24, 2010
1 parent 1f33ddf commit a2ef165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Partcl/Actions.pm
Expand Up @@ -177,7 +177,7 @@ method variable:sym<normal>($/) {
my $variable;
if $<global> {
$variable := PAST::Var.new( :scope<keyed>,
PAST::Var.new( :name<%GLOBALS>, :scope<package> ),
PAST::Var.new( :name<%GLOBALS>, :scope<package>, :namespace([]) ),
~$<identifier>
);
} else {
Expand Down

0 comments on commit a2ef165

Please sign in to comment.