Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update NOMMAP
  • Loading branch information
moritz committed Aug 2, 2011
1 parent b3869b4 commit 20edd76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NOMMAP.markdown
Expand Up @@ -69,3 +69,10 @@ Same for my %h and hashes.

## BEGIN-time lexicals
Need to have support for assigning to outer variables at BEGIN time.

## Make nom installable

## fix segfaults

from t/spec/S03-operators/assign.t
my $x; $x ^^= 42; $x ^^= 15

0 comments on commit 20edd76

Please sign in to comment.