Skip to content

Commit

Permalink
in Match.perl, quote hash keys
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 15, 2009
1 parent 5b1ff9c commit d2ad095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Match.pm
Expand Up @@ -32,7 +32,7 @@ class Match is also {
take $sp;
take "named => \{\n";
for %(self).kv -> $name, $match {
take "$sp $name => ";
take "$sp '$name' => ";
# XXX why is this a Str, not a Match?
if $match ~~ Match {
take $match!_perl($indent + 3);
Expand Down

0 comments on commit d2ad095

Please sign in to comment.