On Tue, Feb 28, 2012 at 8:02 PM, Ricardo Signes <perl.p5p@rjbs.manxome.org> wrote: > * "Craig A. Berry" <craigberry@mac.com> [2012-02-28T20:36:38] >> -my $cwd = Cwd::cwd(); >> +my $cwd = Pod::Html::_unixify(Cwd::cwd()); > > Thanks for all of this work, and especially for the above change. I felt a > little foolish when I realized I'd never noticed that problem. You're welcome. But George's latest Win32 smoke of blead still fails like so: # Failed test 'cross references' # at t/pod2html-lib.pl line 78. # Comparing files crossref_expected.tmp and D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML # ***** crossref_expected.tmp # 31: # 32: <p><a href="./htmllink.html#section-2">"section 2" in htmllink</a></p> # 33: # ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML # 31: # 32: <p><a href="/t/htmllink.html#section-2">"section 2" in htmllink</a></p> # 33: # ***** # # ***** crossref_expected.tmp # 37: # 38: <p><a href="../testdir/test.lib/var-copy.html">var-copy</a></p> # 39: # 40: <p><a href="../testdir/test.lib/var-copy.html#pod-">"$"" in var-copy</a></p> # 41: # ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML # 37: # 38: <p><a href="/testdir/test.lib/var-copy.html">var-copy</a></p> # 39: # 40: <p><a href="/testdir/test.lib/var-copy.html#pod-">"$"" in var-copy</a></p> # 41: # ***** # # ***** crossref_expected.tmp # 45: # 46: <p><a href="../testdir/test.lib/podspec-copy.html#First:">"First:" in podspec-copy</a></p> # 47: # ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML # 45: # 46: <p><a href="/testdir/test.lib/podspec-copy.html#First:">"First:" in podspec-copy</a></p> # 47: # ***** # # Looks like you failed 1 test of 1. ../ext/Pod-Html/t/crossref2.t ..................................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Oddly, George's smoke of the smoke-me branch where my changes were incubated did not fail like this. Argh. I see that the smoke of blead left: Compiler info: cl version 14.00.50727.762 WORKAROUND: Re-executing build after status -1 in its output but the smoke-me run did not -- dunno if that's relevant.