On Sat, 5 Jan 2002, Sebastian Bergmann wrote: > Thanks for your help, it builds fine now.
Great ... If you're trying next 'nmake test', you may find some problems with not being able to find certain modules in @INC. This is because, due to case-insensitive filenames on Win32, perl copying a 'Lib.pm' to blib/lib, and the test suite thinking 'Lib.pm' is 'lib.pm' in a 'use lib' statement. Just delete 'blib\lib\Lib.pm' and the tests should run. best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
