mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Use new module
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
# cpan-lib.pl
|
||||
# Functions for getting information about perl modules
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
use Config;
|
||||
$packages_file = "$module_config_directory/packages.txt.gz";
|
||||
$available_packages_cache = "$module_config_directory/available-cache";
|
||||
|
Reference in New Issue
Block a user