Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File::Spec version 3.4 required--this is only version 3.39_02 at Makefile.PL #20

Open
eserte opened this issue Dec 30, 2024 · 1 comment

Comments

@eserte
Copy link

eserte commented Dec 30, 2024

Automatic build fails if a too old version of File::Spec is installed:

Output from '/opt/perl-5.16.3/bin/perl Makefile.PL':

File::Spec version 3.4 required--this is only version 3.39_02 at Makefile.PL line 4.
BEGIN failed--compilation aborted at Makefile.PL line 4.

In META.* only the following is specified:

configure_requires:
  ExtUtils::MakeMaker: '0'

However, Makefile.PL needs a higher version for ExtUtils::MakeMaker, and the File::Spec version is missing in META.*:

use ExtUtils::MakeMaker] 6.64;   # 6.64 for TEST_REQUIRES
use File::Spec 3.4;
@nigelhorne
Copy link
Owner

Please issue a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants