Skip Menu |

This queue is for tickets about the File-Path CPAN distribution.

Report information
The Basics
Id: 35708
Status: resolved
Priority: 0/
Queue: File-Path

People
Owner: dland [...] cpan.org
Requestors: hohokus [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: "make test" fails on strawberry perl / win32
Date: Wed, 07 May 2008 21:52:33 -0400
To: bug-File-Path [...] rt.cpan.org
From: Justin <hohokus [...] gmail.com>
C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Path C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>dmake cp Path.pm blib\lib\File\Path.pm C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>dmake test C:\progra~1\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Path.......1/106 cannot chdir to C:/Program Files/bin/strawberry/cpan/build/File-Path-2.05-Gmx9i3/remove/this/dir from C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3\remove: No such file or directory, aborting. at t/Path.t line 418 # Looks like you planned 106 tests but only ran 87. # Looks like your test died just after 87. t/Path....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 19/106 subtests (less 19 skipped subtests: 68 okay) t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set (or zero) t/taint......ok Test Summary Report ------------------- t/Path.t (Wstat: 65280 Tests: 87 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 106 tests but ran 87. Files=3, Tests=93, 1 wallclock secs ( 0.02 usr + 0.02 sys = 0.03 CPU) Result: FAIL Failed 1/3 test programs. 0/93 subtests failed. dmake: Error code 255, while making 'test_dynamic' --- C:\Program Files\bin\strawberry\perl\bin>perl -V Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX', optimize='-s -O2', cppflags='-DWIN32' ccversion='', gccversion='3.4.5', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='g++', ldflags ='-s -L"c:\progra~1\bin\strawberry\perl\lib\CORE" -L"c:\progra~1\bin\strawberry\c\lib"' libpth=c:\progra~1\bin\strawberry\c\lib libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a gnulibc_version='' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-mdll -s -L"c:\progra~1\bin\strawberry\perl\lib\CORE" -L"c:\progra~1\bin\strawberry\c\lib"' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES USE_PERLIO Built under MSWin32 Compiled at Dec 21 2007 14:11:41 @INC: C:/Program Files/bin/strawberry/perl/lib C:/Program Files/bin/strawberry/perl/site/lib .
On Wed May 07 21:52:59 2008, hohokus@gmail.com wrote: Show quoted text
> C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl > Makefile.PL
Thanks for taking this for a spin on Strawberry. I'll give it a shot myself and see if I can figure out what's going wrong. Thanks, David
On Thu May 08 09:04:51 2008, DLAND wrote: Show quoted text
> On Wed May 07 21:52:59 2008, hohokus@gmail.com wrote:
> > C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl > > Makefile.PL
> > Thanks for taking this for a spin on Strawberry. I'll give it a shot > myself and see if I can figure out what's going wrong. > > Thanks, > David
No need to try it. The tests counts in the file t/Path.t are wrong. The attached patch fixes it.
--- File-Path-2.05/t/Path.t +++ File-Path-2.05/t/Path.t @@ -298,7 +298,7 @@ } SKIP: { - skip 'Test::Output not available', 14 + skip 'Test::Output not available', 20 unless $has_Test_Output; SKIP: { @@ -405,7 +405,7 @@ } SKIP: { - my $nr_tests = 5; + my $nr_tests = 6; my $cwd = getcwd() or skip "failed to getcwd: $!", $nr_tests; my $dir = catdir($cwd, 'remove'); my $dir2 = catdir($cwd, 'remove', 'this', 'dir');
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Thu, 08 May 2008 18:50:46 +0200
To: bug-File-Path [...] rt.cpan.org
From: David Landgren <david [...] landgren.net>
Jerry D. Hedden via RT wrote: Show quoted text
> Queue: File-Path > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > On Thu May 08 09:04:51 2008, DLAND wrote:
>> On Wed May 07 21:52:59 2008, hohokus@gmail.com wrote:
>>> C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl >>> Makefile.PL
>> Thanks for taking this for a spin on Strawberry. I'll give it a shot >> myself and see if I can figure out what's going wrong. >> >> Thanks, >> David
> > No need to try it. The tests counts in the file t/Path.t are wrong. > The attached patch fixes it.
Oh is that what it was about? In that case it's already fixed in 2.06 Thanks, David
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Thu, 8 May 2008 13:02:07 -0400
To: bug-File-Path [...] rt.cpan.org
From: Justin <hohokus [...] gmail.com>
still broken in 2.06 for me, along with a new error: S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD>dmake test S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Path.......1/112 cannot remove directory for solo: Permission denied at t/Path.t line 111 cannot remove directory for solo: Permission denied at t/Path.t line 133 t/Path.......20/112 cannot chdir to S:/Apps/bin/strawberry/cpan/build/File-Path-2.06-ckwLdD/remove/this/dir from S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD\remove: No such file or directory, aborting. at t/Path.t line 472 # Looks like you planned 112 tests but only ran 93. # Looks like your test died just after 93. t/Path....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 19/112 subtests (less 19 skipped subtests: 74 okay) t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set (or zero) t/taint......ok Test Summary Report ------------------- t/Path.t (Wstat: 65280 Tests: 93 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 112 tests but ran 93. Files=3, Tests=99, 4 wallclock secs ( 0.17 usr + 0.02 sys = 0.19 CPU) Result: FAIL Failed 1/3 test programs. 0/99 subtests failed. dmake: Error code 255, while making 'test_dynamic' On 5/8/08, david@landgren.net via RT <bug-File-Path@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > Jerry D. Hedden via RT wrote:
> > Queue: File-Path > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 >
>
> > > > On Thu May 08 09:04:51 2008, DLAND wrote:
> >> On Wed May 07 21:52:59 2008, hohokus@gmail.com wrote:
>
> >>> C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl > >>> Makefile.PL
>
> >> Thanks for taking this for a spin on Strawberry. I'll give it a shot > >> myself and see if I can figure out what's going wrong. > >> > >> Thanks, > >> David
> > > > No need to try it. The tests counts in the file t/Path.t are wrong. > > The attached patch fixes it.
> > > Oh is that what it was about? In that case it's already fixed in 2.06 > > Thanks, > > David > >
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Thu, 08 May 2008 19:41:13 +0200
To: bug-File-Path [...] rt.cpan.org
From: David Landgren <david [...] landgren.net>
hohokus@gmail.com via RT wrote: Show quoted text
> Queue: File-Path > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > still broken in 2.06 for me, along with a new error: > > > S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD>dmake test > S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > t/Path.......1/112 cannot remove directory for solo: Permission denied at > t/Path.t line 111 > cannot remove directory for solo: Permission denied at t/Path.t line 133 > t/Path.......20/112 cannot chdir to > S:/Apps/bin/strawberry/cpan/build/File-Path-2.06-ckwLdD/remove/this/dir from > S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD\remove: No such file > or directory, aborting. at t/Path.t line 472 > # Looks like you planned 112 tests but only ran 93. > # Looks like your test died just after 93. > t/Path....... Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 19/112 subtests > (less 19 skipped subtests: 74 okay) > t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set (or > zero) > t/taint......ok > > Test Summary Report > ------------------- > t/Path.t (Wstat: 65280 Tests: 93 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 112 tests but ran 93. > Files=3, Tests=99, 4 wallclock secs ( 0.17 usr + 0.02 sys = 0.19 CPU) > Result: FAIL > Failed 1/3 test programs. 0/99 subtests failed. > dmake: Error code 255, while making 'test_dynamic' > > > > On 5/8/08, david@landgren.net via RT <bug-File-Path@rt.cpan.org> wrote:
>> >> <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > >> >> >> Jerry D. Hedden via RT wrote:
>>> Queue: File-Path >>> Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > >>> On Thu May 08 09:04:51 2008, DLAND wrote:
>>>> On Wed May 07 21:52:59 2008, hohokus@gmail.com wrote:
>>>>> C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl >>>>> Makefile.PL
>>>> Thanks for taking this for a spin on Strawberry. I'll give it a shot >>>> myself and see if I can figure out what's going wrong. >>>> >>>> Thanks, >>>> David
>>> No need to try it. The tests counts in the file t/Path.t are wrong. >>> The attached patch fixes it.
>> >> Oh is that what it was about? In that case it's already fixed in 2.06 >> >> Thanks, >> >> David >> >>
> > > ------------------------------------------------------------------------ > > still broken in 2.06 for me, along with a new error: > > > S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD>dmake test > S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > t/Path.......1/112 cannot remove directory for solo: Permission denied > at t/Path.t line 111
huh? We can't remove a directory we created a few moments earlier? That's bizarre. Thanks for the report, I'll have to get to the bottom of this. David
On Thu May 08 13:02:22 2008, hohokus@gmail.com wrote: Show quoted text
> still broken in 2.06 for me, along with a new error: > > > S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD>dmake test > S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > t/Path.......1/112 cannot remove directory for solo: Permission denied at > t/Path.t line 111
Found it. I was trying to close a directory handle with close instead of closedir. 2.06_01 on CPAN should clear this up. Let me know how it goes. Thanks, David
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Sun, 11 May 2008 11:52:16 -0400
To: bug-File-Path [...] rt.cpan.org
From: Justin <hohokus [...] gmail.com>
On Sat, May 10, 2008 at 5:28 PM, David Landgren via RT < bug-File-Path@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > On Thu May 08 13:02:22 2008, hohokus@gmail.com wrote:
> > still broken in 2.06 for me, along with a new error: > > > > > > S:\Apps\bin\strawberry\cpan\build\File-Path-2.06-ckwLdD>dmake test > > S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > > t/Path.......1/112 cannot remove directory for solo: Permission denied
> at
> > t/Path.t line 111
> > Found it. I was trying to close a directory handle with close instead of > closedir. 2.06_01 on CPAN should clear this up. Let me know how it goes. >
2.06_01 fixes the "permission denied" error, and brings me back to the original error: C:\Documents and Settings\Johnny Fuckstick\Desktop\File-Path-2.06_01>dmake test C:\progra~1\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Path.......1/112 cannot chdir to C:/Documents and Settings/Johnny Fuckstick/Desktop/File-Path-2.06_01/remove/this/dir from C:\Documents and Settings\Johnny Fuckstick\Desktop\File-Path-2.06_01\remove: No such file or directory, aborting. at t/Path.t line 472 # Looks like you planned 112 tests but only ran 93. # Looks like your test died just after 93. t/Path....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 19/112 subtests (less 19 skipped subtests: 74 okay) t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set (or zero) t/taint......ok Test Summary Report ------------------- t/Path.t (Wstat: 65280 Tests: 93 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 112 tests but ran 93. Files=3, Tests=99, 1 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: FAIL Failed 1/3 test programs. 0/99 subtests failed. dmake: Error code 255, while making 'test_dynamic' found a similar failure, also on win32 (though not strawberry perl), report here: http://www.nntp.perl.org/group/perl.cpan.testers/2008/05/msg1435813.html
On Sun May 11 11:52:28 2008, hohokus@gmail.com wrote: Show quoted text
> 2.06_01 fixes the "permission denied" error, and brings me back to the > original error: > > C:\Documents and Settings\Johnny Fuckstick\Desktop\File-Path-2.06_01>dmake > test > C:\progra~1\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM"
"-e" Show quoted text
> "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > t/Path.......1/112 cannot chdir to C:/Documents and Settings/Johnny > Fuckstick/Desktop/File-Path-2.06_01/remove/this/dir from C:\Documents and > Settings\Johnny Fuckstick\Desktop\File-Path-2.06_01\remove: No such
file or Show quoted text
> directory, aborting. at t/Path.t line 472
Hi Justin, this should be fixed in 2.06_02. Let me know how it goes. Thanks, David
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Mon, 12 May 2008 13:24:58 -0400
To: bug-File-Path [...] rt.cpan.org
From: Justin <hohokus [...] gmail.com>
different error, still broken. C:\Documents and Settings\justinr\Desktop\File-Path-2.06_02>dmake && dmake test cp Path.pm blib\lib\File\Path.pm S:\apps\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Path.......1/112 # Failed test 'ancestor reason' # at t/Path.t line 479. # got: 'cannot remove path when cwd is C:/Documents and Settings/justinr/Desktop/File-Path-2.06_02/remove/this/dir' # expected: 'cannot remove path when cwd is C:\Documents and Settings\justinr\Desktop\File-Path-2.06_02\remove\this\dir' # Looks like you failed 1 test of 112. t/Path....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/112 subtests (less 30 skipped subtests: 81 okay) t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set (or zero) t/taint......ok Test Summary Report ------------------- t/Path.t (Wstat: 256 Tests: 112 Failed: 1) Failed test: 96 Non-zero exit status: 1 Files=3, Tests=118, 2 wallclock secs ( 0.06 usr + 0.05 sys = 0.11 CPU) Result: FAIL Failed 1/3 test programs. 1/118 subtests failed. dmake: Error code 255, while making 'test_dynamic' same failure when using short filenames ("c:\foo"), if that helps any. On 5/12/08, David Landgren via RT <bug-File-Path@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > On Sun May 11 11:52:28 2008, hohokus@gmail.com wrote: >
> > 2.06_01 fixes the "permission denied" error, and brings me back to the > > original error: > > > > C:\Documents and Settings\Johnny
> Fuckstick\Desktop\File-Path-2.06_01>dmake
> > test > > C:\progra~1\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM"
> "-e"
> > "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t > > t/Path.......1/112 cannot chdir to C:/Documents and Settings/Johnny > > Fuckstick/Desktop/File-Path-2.06_01/remove/this/dir from C:\Documents
> and
> > Settings\Johnny Fuckstick\Desktop\File-Path-2.06_01\remove: No such
> file or
> > directory, aborting. at t/Path.t line 472
> > > Hi Justin, > > this should be fixed in 2.06_02. Let me know how it goes. > > Thanks, > > David > >
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Mon, 12 May 2008 20:33:30 +0200
To: bug-File-Path [...] rt.cpan.org
From: David Landgren <david [...] landgren.net>
hohokus@gmail.com via RT wrote: Show quoted text
> Queue: File-Path > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > different error, still broken.
It's just / versus \. God Windows can be a pain. It's no longer a fault of the code per se, just a question of tuning the test output. Thanks for your help, David
On Mon May 12 14:33:17 2008, david@landgren.net wrote: Show quoted text
> hohokus@gmail.com via RT wrote:
> > Queue: File-Path > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > > different error, still broken.
> > It's just / versus \. God Windows can be a pain. It's no longer a fault > of the code per se, just a question of tuning the test output.
2.06_03 any better? Thanks, David
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Tue, 13 May 2008 07:30:27 -0400
To: bug-File-Path [...] rt.cpan.org
From: Justin <hohokus [...] gmail.com>
almost. looks like it's annoyed about case. # Failed test 'ancestor reason' # at t/Path.t line 157. # got: 'cannot remove path when cwd is C:/Documents and Settings/Hohokus/desktop/file-path-2.06_03/remove/this/dir' # expected: 'cannot remove path when cwd is c:/documents and settings/hohokus/desktop/file-path-2.06_03/remove/this/dir' On Tue, May 13, 2008 at 2:02 AM, David Landgren via RT < bug-File-Path@rt.cpan.org> wrote: Show quoted text
> 2.06_03 any better? >
Subject: Re: [rt.cpan.org #35708] "make test" fails on strawberry perl / win32
Date: Thu, 28 Aug 2008 09:00:52 -0400
To: bug-File-Path [...] rt.cpan.org
From: "Justin Reynolds" <hohokus [...] gmail.com>
for what it's worth, 2.06_04 seems to "make" & "make test" properly; no errors. On Tue, May 13, 2008 at 2:02 AM, David Landgren via RT < bug-File-Path@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > On Mon May 12 14:33:17 2008, david@landgren.net wrote:
> > hohokus@gmail.com via RT wrote:
> > > Queue: File-Path > > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > > > > different error, still broken.
> > > > It's just / versus \. God Windows can be a pain. It's no longer a fault > > of the code per se, just a question of tuning the test output.
> > 2.06_03 any better? > > Thanks, > David >
On Thu Aug 28 09:01:19 2008, hohokus@gmail.com wrote: Show quoted text
> for what it's worth, 2.06_04 seems to "make" & "make test" properly; no > errors.
Great news. I've released 2.06_06. If all goes according to plan, it will become 2.07 very soon. Thanks, David Show quoted text
> On Tue, May 13, 2008 at 2:02 AM, David Landgren via RT < > bug-File-Path@rt.cpan.org> wrote: >
> > > > <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > > On Mon May 12 14:33:17 2008, david@landgren.net wrote:
> > > hohokus@gmail.com via RT wrote:
> > > > Queue: File-Path > > > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35708 > > > > > > > > > different error, still broken.
> > > > > > It's just / versus \. God Windows can be a pain. It's no longer a
fault Show quoted text
> > > of the code per se, just a question of tuning the test output.
> > > > 2.06_03 any better? > > > > Thanks, > > David > >