Help for this page
# this may break/do something unexpected if $self is # re-blessed ... # child through a wordpress-type instantiator my $obj = $self->wordpress_new();
my $parent = Foo::Bar->new; ... # totally different $parent->documented_method(); # got foo and not bar!?