I just noticed that after doing a "nmake distclean" there are still many files left lying around that shouldn't be. Exactly which ones is shown by running "git clean -dfx" afterwards: That should output nothing, but instead cleaned up all the files below! distclean certainly used to work at some time in the (recent?) past. I've no idea what broke it or when, and right now I need sleep, but if anyone wants to look before I start making the release tomorrow that would be appreciated. Not a showstopper, though. C:\Dev\Git\perl>git clean -dfx Removing ext/B/lib/ Removing lib/AutoLoader.pm Removing lib/AutoSplit.pm Removing lib/B/Debug.pm Removing lib/Carp.pm Removing lib/Digest.pm Removing lib/Dumpvalue.pm Removing lib/Env.pm Removing lib/Exporter.pm Removing lib/ExtUtils/Command.pm Removing lib/ExtUtils/Constant.pm Removing lib/ExtUtils/Install.pm Removing lib/ExtUtils/Installed.pm Removing lib/ExtUtils/Miniperl.pm Removing lib/ExtUtils/Packlist.pm Removing lib/Fatal.pm Removing lib/File/Fetch.pm Removing lib/File/Find.pm Removing lib/File/Path.pm Removing lib/File/Temp.pm Removing lib/FileCache.pm Removing lib/Getopt/Long.pm Removing lib/Memoize.pm Removing lib/NEXT.pm Removing lib/Net/Ping.pm Removing lib/Pod/Escapes.pm Removing lib/Pod/Simple.pm Removing lib/Pod/Simple.pod Removing lib/SelfLoader.pm Removing lib/Test.pm Removing lib/Tie/File.pm Removing lib/Tie/Memoize.pm Removing lib/Tie/RefHash.pm Removing lib/Time/Local.pm Removing lib/autodie.pm Removing lib/autouse.pm Removing lib/base.pm Removing lib/bigint.pm Removing lib/bignum.pm Removing lib/bigrat.pm Removing lib/constant.pm Removing lib/experimental.pm Removing lib/fields.pm Removing lib/if.pm Removing lib/parent.pm Removing lib/perlfaq.pm Removing lib/perlfaq.pod Removing lib/perlfaq1.pod Removing lib/perlfaq2.pod Removing lib/perlfaq3.pod Removing lib/perlfaq4.pod Removing lib/perlfaq5.pod Removing lib/perlfaq6.pod Removing lib/perlfaq7.pod Removing lib/perlfaq8.pod Removing lib/perlfaq9.pod Removing lib/perlglossary.pod Removing lib/version.pm Removing lib/version.podThread Next