toddr / Crypt-OpenSSL-RSA

Release history of Crypt-OpenSSL-RSA
https://metacpan.org/pod/Crypt::OpenSSL::RSA
Other
8 stars 25 forks source link

Makefile.PL cleanup #37

Closed michal-josef-spacek closed 2 years ago

toddr commented 2 years ago

This drops support for older makemakers what is the value here?

michal-josef-spacek commented 2 years ago

@toddr There is clash between use ExtUtils::MakeMaker 6.48; and this ifs.

woman:~/44_git/Crypt-OpenSSL-RSA> perl -e 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION."\n";'
6.40
woman:~/44_git/Crypt-OpenSSL-RSA> perl Makefile.PL
ExtUtils::MakeMaker version 6.48 required--this is only version 6.40 at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
toddr commented 2 years ago

looks like the 2 failures are an upstream issue. Clearing this for now.