mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00

Otherwise the error is getting returned - Require link/link-lib.pl failed : Died at (eval 300) line 1.
6 lines
76 B
Raku
Executable File
6 lines
76 B
Raku
Executable File
# link-lib.pl
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|