
Perl6::Pod::FormattingCode::M - class of M code

=begin pod
=use CustomCode TT<>
sds M<TT: test_code>
=end pod

Perldoc modules can define their own formatting codes, using the code. An code must start with a colon-terminated scheme specifier. The rest of the enclosed text is treated as the (verbatim) contents of the formatting code. For example:
=use Perldoc::TT TT<>
=head1 Overview of the M<TT: $CLASSNAME > class
(version M<TT: $VERSION>)
M<TT: get_description($CLASSNAME) >
The formatting code is the inline equivalent of a named block.

http://zag.ru/perl6-pod/S26.html, Perldoc Pod to HTML converter: http://zag.ru/perl6-pod/, Perl6::Pod::Lib

Zahatski Aliaksandr, <zag@cpan.org>

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