move macros into a namespace

This commit is contained in:
Colin Kuskie 2005-04-05 17:47:47 +00:00
parent 6876239b0e
commit 3ba1218809
100 changed files with 916 additions and 5 deletions

View file

@ -1,18 +0,0 @@
package WebGUI::Help::SQL;
our $HELP = {
'sql' => {
title => 'sql title',
body => 'sql body',
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;