Add local copy of perl ini module

This commit is contained in:
Barry Nelson
2025-02-19 00:23:37 -05:00
committed by GitHub
parent 7383e6ad8d
commit 7d24ec6846
3 changed files with 3444 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
BEGIN {
push(@INC, "..");
push(@INC, "../vendor_perl");
push(@INC, "vendor_perl");
push(@INC, "/usr/libexec/webmin/vendor_perl");
};
use Config::IniFiles;

View File

@@ -2,6 +2,7 @@
BEGIN {
push(@INC, "..");
push(@INC, "../vendor_perl");
push(@INC, "vendor_perl");
push(@INC, "/usr/libexec/webmin/vendor_perl");
};
use Config::IniFiles;

File diff suppressed because it is too large Load Diff