Subject: | require File::HomeDir::Win32 in HomeDir.pm |
In File::HomeDir, for Win32 the (external) package
File::HomeDir::Win32 is require()d, which leads to
problems in the tests about an unimplemented
my_home method. Changing this to require the
File::HomeDir::Windows included in the distribution
fixes this.