mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge pull request #2416 from abcbarryn/modules/legacy
Added local copy of perl ini module
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
3442
vnc/vendor_perl/Config/IniFiles.pm
Normal file
3442
vnc/vendor_perl/Config/IniFiles.pm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user