Re: [Module::Build] win32 install problem
Status: Beta
Brought to you by:
kwilliams
|
From: demerphq <dem...@gm...> - 2006-05-16 13:45:48
|
On 5/12/06, Ken Williams <ke...@ma...> wrote:
> Hi Ben,
>
> That looks to me like a File::Spec problem. Could you tell us what
> version of File::Spec you currently have installed? We may need to
> change the version we depend on for Win32 users.
Its not a version problem.
D:\home\.cpan5.8.x\build\PathTools-3.18>perl -MDDS -MFile::Spec
-e"Dump [File::Spec->splitdir('C:.\\')]"
$ARRAY1 =3D [
'C:.',
''
];
Its documented behaviour:
splitdir
The opposite of "catdir()".
@dirs =3D File::Spec->splitdir( $directories );
$directories must be only the directory portion of the path on systems
that have the concept of a volume or that have path syntax that
differentiates files from directories.
--=20
perl -Mre=3Ddebug -e "/just|another|perl|hacker/"
|