Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add &hash sub, enable tests
  • Loading branch information
moritz committed Jul 5, 2011
1 parent 32dccc7 commit 393264f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions LHF.markdown
Expand Up @@ -8,10 +8,6 @@ Note - do not just copy stuff from the master setting! Often things
need to be done differently in the "nom" branch, to take advantage of
new possible performance.

## hash sub
Add &hash and make sure S04-statement-parsing/hash.t passes as a
result.

## Basic IO
the stat calls should be pretty straight-forward to port from master

Expand Down
1 change: 1 addition & 0 deletions src/core/Hash.pm
Expand Up @@ -40,3 +40,4 @@ my class Hash {


sub circumfix:<{ }>(*@elems) { my $x = Hash.new.STORE(@elems); }
sub hash(*@a, *%h) { my % = @a, %h }
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -212,7 +212,7 @@ S04-statement-modifiers/unless.t
S04-statement-modifiers/until.t
S04-statement-modifiers/values_in_bool_context.t
S04-statement-modifiers/while.t
# S04-statement-parsing/hash.t
S04-statement-parsing/hash.t
S04-statements/do.t
S04-statements/for-scope.t
# S04-statements/for.t
Expand Down

0 comments on commit 393264f

Please sign in to comment.