Description
Trying to install MSOffice::Word::Template and is failing due to issue with dependency Alien::Build::Plugin.
It appears the Setup.pm file does not account for architecture ppc-aix-thread-multi-64all.
Looking at Setup.pm there is code to find the number of cpus for aix but not include code for aix in the architecture verification routine.
I have 2 perl versions installed.
v28 is delivered by IBM as part of the OS. v38 was installed from IBM's Aix toolbox repository.
Note they build against different architecture strings..
I'm attempting to install against v38
This is perl 5, version 38, subversion 2 (v5.38.2) built for ppc-aix-thread-multi-64all
This is perl 5, version 28, subversion 1 (v5.28.1) built for aix-thread-multi
Thanks in advance for any assistance.