This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch unit tests to explicitly insert "." into @INC when needed.
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 22 Oct 2016 11:55:48 +0000 (13:55 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 11 Nov 2016 15:27:20 +0000 (16:27 +0100)
commit3d7c117d5246fe5390f3fda7bd31308799d54201
tree25ed91492a78660a701502955918ad1c0a5737bc
parent32db2dd39faf0a339c2c26769b98a1924ca09892
Patch unit tests to explicitly insert "." into @INC when needed.

require calls now require ./ to be prepended to the file since . is no
longer guaranteed to be in @INC.
92 files changed:
Makefile.SH
Porting/checkcfgvar.pl
Porting/makemeta
Porting/new-perldelta.pl
Porting/pod_rules.pl
TestInit.pm
autodoc.pl
cpan/Devel-PPPort/devel/mktodo
cpan/Devel-PPPort/devel/mktodo.pl
cpan/Devel-PPPort/devel/regenerate
cpan/Devel-PPPort/devel/scanprov
cpan/Devel-PPPort/parts/apicheck.pl
cpan/Math-BigInt/t/bare_mbf.t
cpan/Math-BigInt/t/bare_mbi.t
cpan/Math-BigInt/t/bare_mif.t
cpan/Math-BigInt/t/bigfltpm.t
cpan/Math-BigInt/t/bigintpm.t
cpan/Math-BigInt/t/mbf_ali.t
cpan/Math-BigInt/t/mbi_ali.t
cpan/Math-BigInt/t/mbimbf.t
cpan/Math-BigInt/t/sub_ali.t
cpan/Math-BigInt/t/sub_mbf.t
cpan/Math-BigInt/t/sub_mbi.t
cpan/Math-BigInt/t/sub_mif.t
cpan/Math-BigInt/t/upgrade.t
cpan/Math-BigInt/t/upgradef.t
cpan/Math-BigInt/t/with_sub.t
cpan/Math-BigRat/t/bigfltrt.t
cpan/Math-BigRat/t/bigratpm.t
cpan/perlfaq/lib/perlfaq5.pod
cpan/perlfaq/lib/perlfaq8.pod
dist/Thread-Queue/t/01_basic.t
dist/Thread-Queue/t/02_refs.t
dist/Thread-Queue/t/03_peek.t
dist/Thread-Queue/t/05_extract.t
dist/Thread-Queue/t/06_insert.t
dist/Thread-Queue/t/07_lock.t
dist/Thread-Queue/t/10_timed.t
dist/Thread-Semaphore/t/01_basic.t
dist/Thread-Semaphore/t/04_nonblocking.t
dist/Thread-Semaphore/t/05_force.t
ext/DynaLoader/t/DynaLoader.t
h2pl/cbreak.pl
h2pl/cbreak2.pl
lib/h2ph.t
lib/strict.t
lib/warnings.t
makedef.pl
pod/buildtoc
pod/perlmodlib.PL
regen.pl
regen/ebcdic.pl
regen/embed.pl
regen/feature.pl
regen/genpacksizetables.pl
regen/keywords.pl
regen/lib_cleanup.pl
regen/mg_vtable.pl
regen/miniperlmain.pl
regen/mk_PL_charclass.pl
regen/mk_invlists.pl
regen/opcode.pl
regen/overload.pl
regen/reentr.pl
regen/regcharclass.pl
regen/regcomp.pl
regen/uconfig_h.pl
regen/unicode_constants.pl
regen/warnings.pl
regen_perly.pl
t/comp/line_debug.t
t/lib/warnings/op
t/op/goto.t
t/porting/authors.t
t/porting/bench.t
t/porting/cmp_version.t
t/porting/corelist.t
t/porting/diag.t
t/porting/globvar.t
t/porting/manifest.t
t/porting/pending-author.t
t/porting/pod_rules.t
t/porting/readme.t
t/porting/regen.t
t/porting/utils.t
t/re/pat.t
t/run/runenv.t
t/run/switches.t
t/test.pl
utils/Makefile.PL
utils/c2ph.PL
utils/perlivp.PL