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

Figure out why GitHub workflow fails on Perl 5.10 #1019

Open
petdance opened this issue Jan 7, 2023 · 3 comments
Open

Figure out why GitHub workflow fails on Perl 5.10 #1019

petdance opened this issue Jan 7, 2023 · 3 comments

Comments

@petdance
Copy link
Member

petdance commented Jan 7, 2023

This workflow fails:

https://github.com/Perl-Critic/Perl-Critic/actions/runs/3863638510

2023-01-07T19:47:30,66| Installation failed. The direct cause of the failure comes from the following packages/distributions; you may want to grep this log file by them:
2023-01-07T19:47:30,66|  * Data-Section-0.200008
2023-01-07T19:47:30,66|  * Test-Deep-1.203

We use neither Data::Section nor Test::Deep directly. What's wanting them?

@petdance
Copy link
Member Author

petdance commented Jan 7, 2023

Removed dependency on Test::Deep. 39651c6

@petdance
Copy link
Member Author

petdance commented Jan 7, 2023

Now it's failing because it's trying to install the current Perl::Critic which it can't because the current Perl::Critic still requires Test::Deep. Looks like I'll have to make a release just so this can pass.

@petdance
Copy link
Member Author

petdance commented Jan 7, 2023

I uploaded 1.148 to PAUSE. When it's uploaded and recognized, it should fix this problem. (I hope)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant