package WebGUI::Help::User; our $HELP = { 'user' => { title => 'user title', body => 'user body', related => [ { tag => 'macros using', namespace => 'WebGUI' }, ] }, }; 1;