Re: Win32 broke and nobody noticed... again...

2009-01-13 Thread Eric Wilhelm
# from David Golden # on Tuesday 13 January 2009 20:51: >FWIW, I tested M::B trunk on Win32 and got failures in compat.t due to > files not being able to be deleted.  I also got lots of warnings > elsewhere during cleanup -- all due from File::Path::rmtree. > >Upgrading File::Path to 2.07 made the

Re: Win32 broke and nobody noticed... again...

2009-01-13 Thread Curtis Jewell
On Tue, 13 Jan 2009 23:51:10 -0500, "David Golden" said: > On Tue, Jan 13, 2009 at 12:45 PM, Steve Hay wrote: > > > >> And get our release manager access to a Win32 box to test on :) > > > > FWIW, I tested M::B trunk on Win32 and got failures in compat.t due to > files > not being able to be de

Re: Win32 broke and nobody noticed... again...

2009-01-13 Thread David Golden
On Tue, Jan 13, 2009 at 12:45 PM, Steve Hay wrote: > >> And get our release manager access to a Win32 box to test on :) > FWIW, I tested M::B trunk on Win32 and got failures in compat.t due to files not being able to be deleted. I also got lots of warnings elsewhere during cleanup -- all due fr

RE: Win32 broke and nobody noticed... again...

2009-01-13 Thread Steve Hay
Eric Wilhelm wrote: > # from Adam Kennedy > # on Tuesday 13 January 2009 04:41: > >> And get our release manager access to a Win32 box to test on :) > > I would prefer that the release manager had *less* to do, not more. > This bug should never have existed outside of trunk in the first > place.

Re: Win32 broke and nobody noticed... again...

2009-01-13 Thread Eric Wilhelm
# from Adam Kennedy # on Tuesday 13 January 2009 04:41: >And get our release manager access to a Win32 box to test on :) I would prefer that the release manager had *less* to do, not more. This bug should never have existed outside of trunk in the first place. Anybody care to write and test a

[rt.cpan.org #41166] svn.perl.org r11816 broke zim: install_sets modification not preserved anymore

2009-01-13 Thread Eric Wilhelm via RT
https://rt.cpan.org/Ticket/Display.html?id=41166 > On Sun Nov 23 16:18:50 2008, nt...@iki.fi wrote: > http://bazaar.launchpad.net/~pardus-cpan/zim/trunk/files > > has this: > > my $sets = $$build{properties}{install_sets}; > for my $dirs (values %$sets) { > my @dirs = File::Spec->splitd

Re: Win32 broke and nobody noticed... again...

2009-01-13 Thread Adam Kennedy
The new Win32-fix release 0.31011 is up on the CPAN, and it still FAILs on Win32. This time it's not because a test fails, but because the test count in the plan is wrong. It looks like someone skipped something without correctly counting the number of tests they were skipping... To be fair, thi