-
Notifications
You must be signed in to change notification settings - Fork 29
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
Plack-Middleware-Session: tests fail on Perl 5 blead: no dot in default @INC #36
Comments
Please review #37. If it is satisfactory, a new CPAN release would be appreciated. Thank you very much. |
"the up-to-date cpanm" as of yesterday will not have this problem with the 5.26 patch. |
Thanks for the CPAN release. One follow-up question: Currently, when I want to build a perl for testing and then use
Is there any way I could re-code this so that it always looked for the latest App-cpanminus rather than hard-coding a version number? Thank you very much. |
That's exactly what the command is doing - it pulls 1.7042 cpanm, then run it through perl to get the latest version of cpanm from CPAN. There's also https://cpanmin.us by the way. |
In Perl 5.26.0,
.
will no longer be found by default in@INC
. Programs whichuse
a module located underneath.
must add that directory manually to@INC
.Today I attempted to configure, build and test this library with Perl 5 blead and an up-to-date
cpanm
. These were my results:I will attempt to provide a pull request.
The text was updated successfully, but these errors were encountered: