The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl6::Pod::Block::Include - to include pod in the specified place

SYNOPSIS

    =Include t/data/P_test1.pod
   

DESCRIPTION

The =Include block is used to include other Pod documents. The target file is defined by a URI:

    =Include ../intro.pod

SEE ALSO

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

Samples of =Include: https://github.com/zag/webdao/blob/master/contrib/webdao-book.pod6, https://raw.github.com/zag/ru-perl6-book/master/perl6-book.pod

AUTHOR

Zahatski Aliaksandr <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2012 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.