Blead to 710 prototype#177
Open
atoomic wants to merge 103 commits into
Open
Conversation
Temporary disable travis and GitHub CI
(cherry picked from commit 21d681b) Signed-off-by: Nicolas R <atoomic@cpan.org>
(cherry picked from commit f69f4f3) Signed-off-by: Nicolas R <atoomic@cpan.org>
(cherry picked from commit 0382c61) Signed-off-by: Nicolas R <atoomic@cpan.org>
(cherry picked from commit a1e82ab) Signed-off-by: Nicolas R <atoomic@cpan.org>
./perl -Ilib Porting/bump-perl-version -i 5.32.0 7.0.0
This moves things from vutil.h, and into handy.h; this is required for v7 (cherry picked from commit 9b6e951) Signed-off-by: Nicolas R <atoomic@cpan.org>
This is fixing lib/perl5db.t
Note: also pull the 5.033001 changes so it will be easier to resolve conflict later.
We will probably be getting a lot of core dumps, especially on threaded builds, until we have a better grasp on their problems. We don't really need to have 'git status' nag us about them. (cherry picked from commit 76b3236) Signed-off-by: Nicolas R <atoomic@cpan.org>
This changes from Devel-PPPort is adding support for Perl 7.0 and fixes the testsuite with a Perl 7.0.0 binary.
These modules should have been bump earlier. This is fixig porting/cmp_version.t
atoomic
commented
Jul 30, 2020
| @@ -0,0 +1,55 @@ | |||
| name: lite | |||
Owner
Author
There was a problem hiding this comment.
this is going to be removed from the final commit
atoomic
commented
Jul 30, 2020
| - zlib1g-dev | ||
| - libbz2-dev | ||
|
|
||
| notifications: |
atoomic
commented
Jul 30, 2020
| - CONFIGURE_ARGS='-Dusethreads' | ||
| # test scripts can be sensitive to PERL_UNICODE, and check long doubles | ||
| - CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8' | ||
| #- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8' |
view semver.org for more informations
Use semantic version for Perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
used for review/comments
I plan to squash and cleanup this branch