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