Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NOMMAP update for $foo.&var() not working.
  • Loading branch information
pmichaud committed Jun 22, 2011
1 parent a3b692d commit de6123d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NOMMAP.markdown
Expand Up @@ -17,6 +17,8 @@ Things that aren't blockers but might be worth knowing about:
* userspace code can't add new multis of existing operators
(e.g., multi postfix<++>(MyType $x) { ... } )
(known - multis in nested lexical scopes in general just NYI - jnthn)
* $foo.&sub(...) no longer works (gives "cannot find sub !dispatch_variable"
from HLL::Compiler)

## Phasers
END (needed for Test.pm), INIT, CHECK, BEGIN
Expand Down

0 comments on commit de6123d

Please sign in to comment.