Subject: | Makefile.PL fails consistently: Prereq 'v5.6' for 'perl' is not supported by Module::Build::Compat |
Hello,
We are seeing this on many systems w/ various perl's and architecture:
perl v5.8.9 built for i686-linux
perl v5.8.8 for x86_64
The problem is the 'require v5.6;' in Makefile.PL
If I use 'Build.PL' instead of 'Makefile.PL' to install the error does not happen.
We are seeing this on many systems w/ various perl's and architecture:
perl v5.8.9 built for i686-linux
perl v5.8.8 for x86_64
The problem is the 'require v5.6;' in Makefile.PL
~] # perl Makefile.PL
# running Build.PL
Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'Mail-SPF' version 'v2.7.0'
Prereq 'v5.6' for 'perl' is not supported by Module::Build::Compat
~] #
If I use 'Build.PL' instead of 'Makefile.PL' to install the error does not happen.