Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-08 Thread Eric Brine
On Tue, Feb 7, 2012 at 7:30 AM, Nicholas Clark wrote: > *) why this didn't show up on the smoker. Is it possible on Win32 to > globally > configure whether the reported name of the second HD is "d:" or "D:"? > Doubt it. In line with being case-sensitive yet case-preserving, the system just rem

Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-08 Thread Nicholas Clark
On Wed, Feb 08, 2012 at 05:13:08AM -0500, Eric Brine wrote: > On Tue, Feb 7, 2012 at 7:30 AM, Nicholas Clark wrote: > > > *) why this didn't show up on the smoker. Is it possible on Win32 to > > globally > > configure whether the reported name of the second HD is "d:" or "D:"? > > > > Doubt it

Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-07 Thread David Mertens
The question in my mind is: why is the test for file names on Win32 case sensitive? Last I checked, Windows doesn't differentiate between "d:" and "D:" On Feb 7, 2012 7:17 AM, "Nicholas Clark" wrote: > On Tue, Feb 07, 2012 at 12:30:07PM +, Nicholas Clark wrote: > > > and that calls File::Spec

Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-07 Thread Craig A. Berry
On Tue, Feb 7, 2012 at 7:17 AM, Nicholas Clark wrote: > On Tue, Feb 07, 2012 at 12:30:07PM +, Nicholas Clark wrote: > >> and that calls File::Spec::Unix->catfile(), which on Win32 looks like >> this: > > Nick, you muppet. The code File::Spec::Unix->catfile() can't end up in > Win32's catfile.

Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-07 Thread Nicholas Clark
On Tue, Feb 07, 2012 at 07:22:03AM -0600, David Mertens wrote: > The question in my mind is: why is the test for file names on Win32 case > sensitive? Last I checked, Windows doesn't differentiate between "d:" and > "D:" Win32 also doesn't differentiate between / and \ in pathnames, but if the cac

Re: Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-07 Thread Nicholas Clark
On Tue, Feb 07, 2012 at 12:30:07PM +, Nicholas Clark wrote: > and that calls File::Spec::Unix->catfile(), which on Win32 looks like > this: Nick, you muppet. The code File::Spec::Unix->catfile() can't end up in Win32's catfile. The cause is slightly earlier in _save_page # Remove Podroot

Pod::HTML cache test failure (Was Re: Smoke [blead] v5.15.7-286-g9d0e037 FAIL(FM) MSWin32 Win2000 SP4) (x86/1 cpu)

2012-02-07 Thread Nicholas Clark
LT;DR: skip to the last 16 lines for the answer. On Tue, Feb 07, 2012 at 12:46:00AM -0500, George Greer wrote: > Smoke logs available at http://m-l.org/~perl/smoke/perl/ > > Automated smoke report for 5.15.7 patch > 9d0e037af4f0a038f7bbf0381454a64ddde8fa54 v5.15.7-286-g9d0e037 > perl-win2k: Inte