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::JavaScript;
our $HELP = {
'java script' => {
title => 'java script title',
body => 'java script body',
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;