Merge pull request #2416 from abcbarryn/modules/legacy

Added local copy of perl ini module
This commit is contained in:
Jamie Cameron
2025-02-18 22:09:07 -08:00
committed by GitHub
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