Perl-OpenMP / p5-Alien-OpenMP

Portable buildopt interface to OpenMP enabled compiler flags and other things.
1 stars 4 forks source link

`Makefile.PL` is broken - missing `Alien::Build::MM` #12

Closed oodler577 closed 2 years ago

oodler577 commented 2 years ago
$ dzil test
[DZ] building distribution under .build/BVFcYv45ZX for installation
[DZ] beginning to build Alien-OpenMP
[DZ] guessing dist's main_module is lib/Alien/OpenMP.pm
[VersionFromModule] dist version 0.003003 (from lib/Alien/OpenMP.pm)
[DZ] writing Alien-OpenMP in .build/BVFcYv45ZX
[CheckChangeLog] [CheckChangeLog] OK with Changes
[ReadmeAnyFromPod] overriding README.md in root
Can't locate Alien/Build/MM.pm in @INC (you may need to install the Alien::Build::MM module) (@INC contains: /arpa/o/oodler577/perl5/perlbrew/perls/perl-5.32.0/lib/site_perl/5.32.0/amd64-netbsd /arpa/o/oodler577/perl5/perlbrew/perls/perl-5.32.0/lib/site_perl/5.32.0 /arpa/o/oodler577/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/amd64-netbsd /arpa/o/oodler577/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
error with Makefile.PL

Not sure this was ever tested with the latest changes, but I can't figure out how to fix it. Would appreciate an assist - @kiwiroy