From: H.Merijn Brand Date: Sat, 22 Oct 2016 11:55:48 +0000 (+0200) Subject: Patch unit tests to explicitly insert "." into @INC when needed. X-Git-Tag: v5.25.7~86^2~4 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/3d7c117d5246fe5390f3fda7bd31308799d54201?hp=3d7c117d5246fe5390f3fda7bd31308799d54201 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. ---