Hi Mark,
sorry for the delay in replying.
MARKSTOS via RT wrote:
> Queue: Module-ScanDeps
> Subject: potential issue with unexpanded directory names
[...]
> scandepds.pl contains the following two lines:
>
> my $privPath = "$Config::Config{privlib}/$key";
> my $archPath = "$Config::Config{archlib}/$key";
>
> 'privlib' and 'archlib' both contain unexpanded paths (which may have a
> tilde in them), when I think using the expanded path would be less
> likely to cause a problem.
I'll replace the use of privlib/archlib with the corresponding expanded
keys.
Best regards,
Steffen