This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure that we don't pick up any "system perl" libraries in @INC.
authorJames E Keenan <jkeenan@cpan.org>
Thu, 1 Feb 2018 02:59:21 +0000 (21:59 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 23 Feb 2018 15:26:42 +0000 (10:26 -0500)
commit361b6e563c00feb6d4adf1bd43689c04da3a3673
treee7d2ed8eee378a8875ceaf75cc1e86f3176b2e5f
parent910a6a8be166fb3780dcd2520e3526e537383ef2
Ensure that we don't pick up any "system perl" libraries in @INC.

We need a tightly defined @INC which, for this test file, only needs './lib'
so that we can locate the two pragmata and Config.

For: RT # 132795
t/porting/bench.t