fix config error

This commit is contained in:
opensvn
2022-08-30 17:22:16 +08:00
parent e758c744b7
commit e1c3215a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ use strict;
use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
use File::Path qw/mkpath/;
use if $^O ne "VMS", 'File::Glob' => qw/glob/;
use if $^O ne "VMS", 'File::Glob' => qw/:glob/;
# see INSTALL for instructions.