# 'P<>' => 'Perl6::Pod::FormattingCode::P',
'S<>' => 'Perl6::Pod::FormattingCode::S',
'V<>' => 'Perl6::Pod::FormattingCode::C', #V like C
new [ <parent context ref>]
sub_context
create sub_context
get_config block_name
Get options for block_name in current context
$context->get_config('item1');
return ref to config options for С<block_name> ( implement :like attr)
config
return ref to hash of pod options per blockname
usef
return ref to hash of plugin per formatcode name
use
return ref to hash of perl module per blockname
custom
return ref to hash of user defined keys,vals
class_opts
return ref to hash of Class optioons to create loaded by use mods
set_use <module_name>, ':config_options'
encoding
return ref to hash of pod options per blockname
SEE ALSO
http://zag.ru/perl6-pod/S26.html, Perldoc Pod to HTML converter: http://zag.ru/perl6-pod/, Perl6::Pod::Lib
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2015 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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 37:
=pod directives shouldn't be over one line long! Ignoring all 4 lines of content
- Around line 164:
Non-ASCII character seen before =encoding in 'С<block_name>'. Assuming CP1252