Uh oh!
There was an error while loading. Please reload this page.
Fix issue #8 - #9
Conversation
michaelherger
commented
Sep 12, 2025
@ralph-irving do you see a problem with backwards compatibility with this? |
michaelherger
commented
Sep 12, 2025
Now how would I run the "Build" workflow on this PR?... |
I'll rebase against |
michaelherger
commented
Sep 12, 2025
Thanks, that did the trick. Does build just fine on Perl 5.32. I doubt we'll build anything older than that going forward. |
lohedges
commented
Sep 12, 2025
Brilliant, thanks for adding the CI 👍 |
ralph-irving
commented
Sep 16, 2025
@michaelherger No I don't think so. I applied PR#9 to a local system running perl 5.28 and it built/ran without issue. I'll merge this as well as PR#6 and create a 1.11 release. |
Uh oh!
There was an error while loading. Please reload this page.
This PR closes#8 by updating
Scan.xsto remove the use of unnamed arguments, which is a requirement of xsubpp in Perl 5.42. I think this change is backwards compatible. If not, then I can add some logic to detect the Perl version and set an appropriate signature.(Thanks @baslking and @Amphitryon from the AUR
lyrionmusicserverpackage here for the fix.)Cheers.