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