asset macros broken out into individual files

This commit is contained in:
Colin Kuskie 2005-04-01 00:50:03 +00:00
parent 9eb30a4fed
commit 69cd257beb
8 changed files with 126 additions and 43 deletions

View file

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