Subject: | Breaks delgation of named subroutines |
using moose::policy::followPBP breaks delegation of defined subroutines.
handles => {
has_path_content => 'has_node_content',
get_path_content => 'get_node_content',
set_path_content => 'set_node_content',
gather_path => 'gather_node',
walk_path => 'walk_tree',
},
);
In the above gather_node and walk_tree are defined subroutines.
However, the term $self->walk_path() does not work.
Eliminating the module and setting getter and setter methods of
"get_attribute" & "set_attribute" solves it.
perl 5.10
ubuntu 9.04