[corion@corion.net - Tue Feb 22 17:35:19 2005]:
Show quoted text> I guess that Module::Build and/or CPAN tries to unlink a file which is
> held open by Perl, which does not work on Win32. Of course,
> Module::Build should be able to upgrade itself seamlessly. See the below
> test run.
This now works with 0.2609:
...
nmake.EXE install -- OK
C:\>perl -MModule::Build -e"print $Module::Build::VERSION"
0.2609
So this bug can be closed.
-max