Skip to content

Conversation

@plicease
Copy link
Contributor

As of 5.25.7, Perl can be configured to not include '.' in @INC by default.
Update Makefile to use lib '.' so that it can find Module::Install on systems
that do not have it already (and use the local version in preference to
the system in versions that do). Also rename the tests in 't/lib' and add
just that directory to @INC.

As of 5.25.7, Perl can be configured to not include '.' in @inc by default.
Update Makefile to use lib '.' so that it can find Module::Install on systems
that do not have it already (and use the local version in preference to
the system in versions that do).  Also rename the tests in 't/lib' and add
*just* that directory to @inc.
@wchristian wchristian closed this in b9023e7 Dec 6, 2016
@wchristian
Copy link
Member

Very nice, thanks for doing the hard work here. Integrated in master and will go out with the next release. :)

wchristian pushed a commit that referenced this pull request Jan 20, 2017
As of 5.25.7, Perl can be configured to not include '.' in @inc by default.
Update Makefile to use lib '.' so that it can find Module::Install on systems
that do not have it already (and use the local version in preference to
the system in versions that do).  Also rename the tests in 't/lib' and add
*just* that directory to @inc.

fixes #196
wchristian pushed a commit that referenced this pull request Jan 20, 2017
As of 5.25.7, Perl can be configured to not include '.' in @inc by default.
Update Makefile to use lib '.' so that it can find Module::Install on systems
that do not have it already (and use the local version in preference to
the system in versions that do).  Also rename the tests in 't/lib' and add
*just* that directory to @inc.

fixes #196
wchristian pushed a commit that referenced this pull request May 14, 2017
As of 5.25.7, Perl can be configured to not include '.' in @inc by default.
Update Makefile to use lib '.' so that it can find Module::Install on systems
that do not have it already (and use the local version in preference to
the system in versions that do).  Also rename the tests in 't/lib' and add
*just* that directory to @inc.

fixes #196
@wchristian
Copy link
Member

Thanks, this has been cherry-picked and released. :)

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants