Re: [Module::Build] win32 install problem
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2006-05-12 17:06:59
|
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. -Ken On May 12, 2006, at 9:35 AM, Ben Lavender wrote: > Hi all, > > Module::Build won't install for me and I can't find anyone else on the > net with my problem. > > My setup is XP SP 2. > ------perl -v: > > This is perl, v5.6.1 built for MSWin32-x86-multi-thread > (with 1 registered patch, see perl -V for more detail) > > Copyright 1987-2001, Larry Wall > > Binary build 635 based on sources provided by > ActiveState Corp. http://www.ActiveState.com > Built 21:04:21 Feb 25 2003 > > -----Error (perl Build.PL works fine): > C:\Documents and Settings\Administrator\Desktop\firebird incoming > \Module-Build-0 > .28.tar\Module-Build-0.28>Build > Use of uninitialized value in pattern match (m//) at c:/work/Perl/ > lib/File/Spec/ > Win32.pm line 72. > Use of uninitialized value in pattern match (m//) at c:/work/Perl/ > lib/File/Spec/ > Win32.pm line 72. > Use of uninitialized value in pattern match (m//) at c:/work/Perl/ > lib/File/Spec/ > Win32.pm line 140. > mkdir blib\binhtml\bin\C:.: Invalid argument at lib/Module/Build/ > Base.pm line 25 > 29 > > Any assistance would be appreciated! Please let me know if more > information is required. |