Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note to NOMMAP about array/hash variable initialization.
  • Loading branch information
pmichaud committed Jul 5, 2011
1 parent df26bd3 commit e77b738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NOMMAP.markdown
Expand Up @@ -84,3 +84,7 @@ Get these working again.
## Work towards nom being master
Get enough of the spectests passing for us to be ready to make nom into
the master branch

## Fix array/hash initialization
my @a; needs to initialize @a to be the Array type object (not an Array instance).
Same for my %h and hashes.

0 comments on commit e77b738

Please sign in to comment.