-
Notifications
You must be signed in to change notification settings - Fork 274
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
Scope:User not installable #1716
Comments
Hmm... |
Thanks for the quick reply @SysPete . Could you take a look and make some suggestions ? The idea is to represent how dancer2 could perform in production. |
I concur with @SysPete; the removal of Return::Multilevel should have removed the recommends on Scope::Upper. @waghanza note that Scope::Upper broke as given/when/smartmatch has been removed from perl core in the development releases. If you really want to benchmark production performance, I wouldn't be using the development releases of perl. Stick to the even numbers; 5.40 being the latest. |
You mean 5.40 is the latest perl stable ? |
Hi,
With the following dockerfile
I can not install Scope::Upper
any idea ?
Regards,
PS : I'm on ARM, mac m1
The text was updated successfully, but these errors were encountered: