# 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
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
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
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.
# 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
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
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