Tue Sep 30 03:41:16 2008: Request 39642 was acted upon.
Transaction: Correspondence added by [EMAIL PROTECTED]
Queue: Module-ScanDeps
Subject: Re: [rt.cpan.org #39642] potential issue with unexpanded
directory names
Broken in: 0.84
Severity: Unimportant
Owner: Nobody
Requestors: [EMAIL PROTECTED]
Status: new
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39642 >
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