Note: I have no idea, really.
In any case, there are some suggestions:
Looking at Perl :: Dist :: Strawberry :
$machine->add_dimension('drive');
$machine->add_option('drive',
image_dir => 'C:\strawberry',
);
So, I believe that this will be a way to build entire distributions from the source, which will be installed in a certain place.
Neither the executables nor the dll libraries have a line in them strawberry, so I assume that this is a hack in Config.pmand Config_heavy.plprobably everything will be done.
source
share