Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed my own bug s/=dATA/=data/
  • Loading branch information
lichtkind committed Apr 5, 2012
1 parent 6ef69b9 commit 2d1c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S28-special-names.pod
Expand Up @@ -83,8 +83,8 @@ be fleshed out in S26.
@=COMMENT (S26) # All the comment blocks in the file
%?CONFIG Hash of XXX # configuration hash XXX What does this do?
$*CWD Path # current working directory
$=dATA (S26) IO # data block handle (=begin data ... =end)
@=dATA (S26) Array # Same as above, but array
$=data (S26) IO # data block handle (=begin data ... =end)
@=data (S26) Array # Same as above, but array
%?DEEPMAGIC S13 Hash of XXX # Controls the mappings of magical names to sub definitions
$?DISTRO S02 Application # Which OS distribution am I compiling under
$*DISTRO S02 Application # Which OS distribution am I running under
Expand Down

0 comments on commit 2d1c745

Please sign in to comment.