I know that the directory layout of perl itself varies for different platforms and architectures, but can the 'blib' that EU::MM creates when building a specific module change from one platform/architecture to the next ?
For example, when building PDL on MS Windows, Basic/Core/pdlsimple.h gets placed in blib/Lib/PDL/Core.
Will it necessarily go to the same blib location when building on a different platform ?
I'm hoping it does ... and that the across-platform differences in the installed PDL layout are attributable solely to differences in Config.pm specs.