-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Status of 5.6 support #525
Comments
building perl 5.6 binaries is succeeded, but not tested widely. |
ok
Tried Compress-Raw-Zlib which doesn't need cpanm to fetch any dependencies and it worked fine with 5.6 |
Spoke too soon. Windoes failure here https://github.com/pmqs/Compress-Raw-Zlib/runs/1584217933?check_suite_focus=true
|
Tried rebuilding with the updated action (see https://github.com/pmqs/Compress-Raw-Zlib/runs/1676339060?check_suite_focus=true). I'm still seeing the error --
|
I still don't have working cpanm for Perl 5.6 on |
@tobyink can you show me your logs? |
https://github.com/tobyink/p5-type-tiny/runs/1676870339 — the "Install dependencies" step — cpanm seems to say |
Hmmm. That may be unrelated though. I think this is my issue. |
So I guess the solution will be to ensure Test::Harness 2.40+ is installed That ensures the |
Ah... I see.
I will install latest Test::Harness. |
Thee |
Retried my failing build(see here). Still failing, but now with this error
|
Excellent!
Almost there, but not quite. I see that most of the
I don't think that is coming from my tests. This is output from your test run (I got the same thing when I tried it).
|
It is a bug of perl 5.6. # test.pl
my $perl = $^X;
print `"$perl" -e "print join qq[\\n], \@INC, q[]"`;
The test comes from here: https://github.com/Perl-Toolchain-Gang/Test-Harness/blob/94e8ba4c942a0f4e4eb0a483a8a8c3ee9bd9ff61/lib/Test/Harness.pm#L305-L307 I will not patch the perl code to fix it because I don't want to break the existing behavior. |
Looks like it is ok to close this issue then.
Agree. Thanks for taking the time to fix this issue. |
I'm re-running some tests with v1.9.5 now and will let you know how it goes. |
I've been getting "No MYMETA file is found after configure. Your toolchain is too old?" running |
because CPAN::Meta is too old to generate MYMETA. and the latest version of CPAN::Meta requires perl v5.8.1 or later https://metacpan.org/pod/release/DAGOLDEN/CPAN-Meta-2.150010/lib/CPAN/Meta.pm |
Is the intention of #501 to add general support for building with Perl 5.6?
Tried it out with the Linux workflow file for Archive-Zip-SimpleZip but it didn't work -- see here for the build failure
The call to
cpanm --quiet --installdeps --notest .
in .linux.yml didn't install any of the expected dependencies.The text was updated successfully, but these errors were encountered: