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

@ -26,8 +26,9 @@ our $HELP = {
$tag =~ s/([A-Z]+(?![a-z]))/$1 /g; #Separate acronyms
$tag =~ s/([a-z])([A-Z])/$1 $2/g; #Separate studly caps
$tag = lc $tag;
$namespace = join '', 'Macro_', $_;
{ tag => $tag,
namespace => $_ }
namespace => $namespace }
}
values %{ $session{config}{macros} }
],