Subject: | Requires an ExtUtils::MakeMaker newer than 6.42 to run Makefile.PL |
$ perl Makefile.PL
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- Test::More ...loaded. (0.94 >= 0.70)
- ExtUtils::MakeMaker ...loaded. (6.54 >= 6.11)
- parent ...loaded. (0.221)
- Plack ...loaded. (0.9031)
- Text::MicroTemplate ...loaded. (0.11)
- Data::Dump ...loaded. (1.14)
- File::ShareDir ...loaded. (1.00 >= 1.00)
- Class::Method::Modifiers ...loaded. (1.05 >= 1.05)
[Module versions panel]
- Module::Versions ...loaded. (0.02 >= 0.01)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Can't locate object method "arch_check" via package "PACK001" at inc/ExtUtils/MakeMaker.pm line 585.
Installing ExtUtils::MakeMaker 6.56 resolves the issue. The META.yml has 6.42 as the required version of ExtUtils::MakeMaker.
This is on OpenBSD Perl 5.10.0, FreeBSD Perl 5.8.2, FreeBSD 5.8.6 and FreeBSD 5.10.0
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- Test::More ...loaded. (0.94 >= 0.70)
- ExtUtils::MakeMaker ...loaded. (6.54 >= 6.11)
- parent ...loaded. (0.221)
- Plack ...loaded. (0.9031)
- Text::MicroTemplate ...loaded. (0.11)
- Data::Dump ...loaded. (1.14)
- File::ShareDir ...loaded. (1.00 >= 1.00)
- Class::Method::Modifiers ...loaded. (1.05 >= 1.05)
[Module versions panel]
- Module::Versions ...loaded. (0.02 >= 0.01)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Can't locate object method "arch_check" via package "PACK001" at inc/ExtUtils/MakeMaker.pm line 585.
Installing ExtUtils::MakeMaker 6.56 resolves the issue. The META.yml has 6.42 as the required version of ExtUtils::MakeMaker.
This is on OpenBSD Perl 5.10.0, FreeBSD Perl 5.8.2, FreeBSD 5.8.6 and FreeBSD 5.10.0