Skip to content

Commit

Permalink
Merge branch 'nom' into newio
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 12, 2014
2 parents 51453e7 + 8e76f01 commit f004534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hash_slice.pm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ multi sub postcircumfix:<{ }>(\SELF, Whatever, :$p!, *%other) is rw {

# %h{}
multi sub postcircumfix:<{ }>( \SELF ) is rw {
SELF;
SELF.list;
}
multi sub postcircumfix:<{ }>(\SELF, :$BIND!) is rw {
X::Bind::ZenSlice.new(type => SELF.WHAT).throw;
Expand Down

0 comments on commit f004534

Please sign in to comment.