Skip to content

[chore] Merge 2023-04-28 upstream #2

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

Merged
merged 14 commits into from
Apr 28, 2023
Merged

Conversation

akotlar
Copy link
Collaborator

@akotlar akotlar commented Apr 28, 2023

  • Fixes tests under Perl > 5.30
  • Fixes issues in building under Docker official Perl images
  • Required for Bystro Docker builds

skaji and others added 14 commits June 30, 2018 09:27
Changelog diff is:

diff --git a/Changes b/Changes
index 002d7c8..da396f2 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Data-MessagePack
 
 {{$NEXT}}
 
+1.01 2020-03-17T17:06:53Z
+
+    - Switch to Minilla from Module::Install
+    - Fix test for newer Windows Perl
+
 1.00 2016-08-21 15:30:00+0900
 
     - Update major version for MessagePack versioning rule
Overflowed integer literal value like 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
is different between use_quadmath enabled perl and use_quadmath disabled
perl(default).
Skip 05_preferred_int if use_quadmath is enabled
Changelog diff is:

diff --git a/Changes b/Changes
index da396f2..49cf9c5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Data-MessagePack
 
 {{$NEXT}}
 
+1.02 2022-03-11T14:27:47Z
+    - Fix test for usequadmath Perl
+
 1.01 2020-03-17T17:06:53Z
 
     - Switch to Minilla from Module::Install
@akotlar akotlar merged commit 6fe098d into master Apr 28, 2023
@akotlar
Copy link
Collaborator Author

akotlar commented Apr 28, 2023

cc @poneill

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

Successfully merging this pull request may close these issues.

3 participants