Right now, Portable::Dist assumes that the File::HomeDir module is in
{${self}->perl_root}\site\lib\File\HomeDir.pm.
This will NOT be the case in the October 2009 Strawberry release.
Instead, it will be in {${self}->perl_root}\vendor\lib\File\HomeDir.pm,
because of the "vendorperl" changes.
Because of this, I get this error message with Portable::Dist 0.03:
Missing or invalid file name at
C:\bootperl\perl\site\lib/Portable/Dist.pm line 184.
This is the crashpoint - there is a few other assumptions of this nature
further on.
Do you want me to attempt a fix, or do you want to?