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

Correct require on relative path #136

Closed
wants to merge 1 commit into from
Closed

Conversation

Grinnz
Copy link
Contributor

@Grinnz Grinnz commented Jun 1, 2017

Without the leading ./, "require" will search @INC which no longer always contains the current directory. See https://metacpan.org/pod/release/XSAWYERX/perl-5.26.0/pod/perldelta.pod#Removal-of-the-current-directory-(%22.%22)-from-@INC

@pali
Copy link
Member

pali commented Jun 9, 2017

Please update .travis.yml to run test also on Perl 5.26. Travis CI already has Perl 5.26 binaries prepared.

@pali
Copy link
Member

pali commented Jun 9, 2017

I enabled Perl 5.26 for Travis CI and AppVeyor in this PR: #137

@pali
Copy link
Member

pali commented Jun 15, 2017

#137 is merged. Can you rebase on top of current master?

Without the leading `./`, "require" will search `@INC` which no longer always contains the current directory.
@Grinnz
Copy link
Contributor Author

Grinnz commented Jun 29, 2017

Rebased

@pali
Copy link
Member

pali commented Jun 29, 2017

#137 was reverted in master, together with all fixes for 5.26. Great!

@pali
Copy link
Member

pali commented Jun 29, 2017

So no checks.

@CaptTofu
Copy link
Member

CaptTofu commented Sep 5, 2017

sorry to ask again, could you please rebase. I merged a PR to fix Travis builds. Thanks!

@mbeijen
Copy link
Contributor

mbeijen commented Nov 14, 2017

Thanks for your contribution! I finally merged it into master here: 5480266

@mbeijen mbeijen closed this Nov 14, 2017
@Grinnz Grinnz deleted the patch-1 branch February 12, 2019 00:54
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

Successfully merging this pull request may close these issues.

4 participants