new [ <parent context ref>]

sub_context

create sub_context

config

return ref to hash of pod options per blockname

usef

return ref to hash of pod options per blockname

use

return ref to hash of pod options per blockname

set_use <module_name>, ':config_options'

encoding

return ref to hash of pod options per blockname

_opt2hash <pod opt string>

Convert pod opt string to hash

_hash2opt

Convert hash to opt string

'we' => {
    'value' => '12 3 asdas a',
  'type'  => 'String'
}

get_attr <block_type>

Get options for block_type in current context

$c1->get_attr('item1');

set_attr <block_type>, { attr1 =>1[, attr2=>2]}

Set options for block_type in current context

$c1->set_attr('item1', { w=>[12] } );