Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] fix POD error
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 967ebce commit a950494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -4302,7 +4302,7 @@ always treated as Pod.

There is no longer any special C<DATA> stream--any Pod block in the
current file can be accessed via a Pod object, such as C<< $=data >> or
C<< $=SYNOPSIS >> or C<< $=UserBlock> etc. That is: a variable with
C<< $=SYNOPSIS >> or C<< $=UserBlock >> etc. That is: a variable with
the same name of the desired block, and a C<=> twigil.

These Pod objects can be used as Positionals (indexed by their block
Expand Down

0 comments on commit a950494

Please sign in to comment.