tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

Switch to github actions #296

Closed syohex closed 3 years ago

syohex commented 4 years ago

Hmm, Installing dependencies is failed on some older perl such as 5.16.

skaji commented 4 years ago
--> Working on Pod::Simple
Fetching http://www.cpan.org/authors/id/K/KH/KHW/Pod-Simple-3.41.tar.gz
-> OK
Unpacking Pod-Simple-3.41.tar.gz
Entering Pod-Simple-3.41
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (6.63_02)
Configuring Pod-Simple-3.41
Running Makefile.PL
ExtUtils::MakeMaker version 6.64 required--this is only version 6.6302 at Makefile.PL line 12.
BEGIN failed--compilation aborted at Makefile.PL line 12.
skaji commented 4 years ago

I will create an issue for Pod::Simple -> DONE https://github.com/perl-pod/pod-simple/pull/129

syohex commented 4 years ago

Thanks

syohex commented 4 years ago

It looks there are no issues other than Pod::Simple on older Perls.

syohex commented 3 years ago

Newer version of Pod::Simple is released and all tests are passed on all perl version.

syohex commented 3 years ago

Thanks for reviewing, I've merged.