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

Fix GH #72: Buildling without '.' in @INC (5.26.0) #73

Merged
merged 1 commit into from Mar 8, 2017

Conversation

xsawyerx
Copy link
Contributor

@xsawyerx xsawyerx commented Mar 8, 2017

As kentfredric explains in GH #72, the missing dot in @inc (which
goes in 5.26.0) can break any test that uses t::lib::Functions,
assuming that it is available.

While this will work in a new Test::Harness, it wouldn't work for
people running it manually not under Test::Harness. (And we would
have to require that new version as a minimum dependency.)

Instead, this assures it is available when loading
t::lib::Functions.

As kentfredric explains in GH #72, the missing dot in @inc (which
goes in 5.26.0) can break any test that uses t::lib::Functions,
assuming that it is available.

While this will work in a new Test::Harness, it wouldn't work for
people running it manually not under Test::Harness. (And we would
have to require that new version as a minimum dependency.)

Instead, this assures it is available when loading
t::lib::Functions.
@mickeyn mickeyn merged commit fe11f80 into master Mar 8, 2017
@mickeyn mickeyn deleted the fix/tests-missing-dot-in-inc branch March 8, 2017 10:10
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.

None yet

2 participants