NAME

Perl6::Pod::Block::pod - handle =pod block

SYNOPSIS

=begin pod
para
 code
=end pod

DESCRIPTION

=pod - cause the parser to remain in Pod mode

In =pod block:

  • within a =pod ordinary paragraphs do not require an explicit marker or delimiters, but there is also an explicit para marker

  • implicit code blocks may only be used within =pod, =item, =nested, =END, or semantic blocks.

SEE ALSO

http://perlcabal.org/syn/S26.html

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.