WebGUI 2.6.0 release
This commit is contained in:
parent
00aec56a04
commit
c0463670e8
12 changed files with 800 additions and 83 deletions
|
|
@ -41,7 +41,7 @@ sub process {
|
|||
foreach $file (@files) {
|
||||
if ($file ne "." && $file ne ".." && $file =~ /\.pm/) {
|
||||
$file =~ s/\.pm//;
|
||||
$cmd = "require WebGUI::Macro::".$file;
|
||||
$cmd = "use WebGUI::Macro::".$file;
|
||||
eval($cmd);
|
||||
$cmd = "WebGUI::Macro::".$file."::process";
|
||||
$output = &$cmd($output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue