Skip to content
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

ExtUtils::ParseXS Missing from Windows 5.14 #881

Open
theory opened this issue Oct 17, 2021 · 0 comments
Open

ExtUtils::ParseXS Missing from Windows 5.14 #881

theory opened this issue Oct 17, 2021 · 0 comments

Comments

@theory
Copy link

theory commented Oct 17, 2021

I created this workflow:

name: CI
on: [push]
jobs:
  winperl514:
    runs-on: windows-latest
    steps:
      - name: Setup perl
        uses: shogo82148/actions-setup-perl@v1
        with: {perl-version: "5.14"}
      - run: perl -V
      - run: cpm install --verbose --show-build-log-on-failure --no-test --with-recommends Win32::Pipe

Which results in this error:

Error: 2021-10-17T17:57:52,5088,Win32-Pipe-0.026| Can't locate object method "new" via package "ExtUtils::ParseXS" at D:\a\sqitch\sqitch\local\lib\perl5\ExtUtils/xsubpp line 51.
315

It is not an issue for when I simply change 5.14 to 5.16, which builds fine.

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

No branches or pull requests

1 participant