move macros into a namespace
This commit is contained in:
parent
6876239b0e
commit
3ba1218809
100 changed files with 916 additions and 5 deletions
|
|
@ -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} }
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue