Lines Matching +full:sub +full:- +full:modules
1 # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
10 OpenSSL::fallback - push directories to the end of @INC at compile time
32 that later "use" or "require" statements will find modules which are not
43 non-Unix users must first translate their file paths to Unix conventions.
55 The sole exception is the file F<MODULES.txt>, which must contain a list of
56 sub-directories relative to the location of that F<MODULES.txt> file.
57 All these sub-directories will be appended to @INC.
62 sub glob;
66 sub import {
79 unless (-e $path
80 && ($path =~ m/(?:^|\/)MODULES.txt/ || -d $path)) {
86 if (-f $path) { # It's a MODULES.txt file
105 unless -e $checked && -d $checked;
108 unless -e $checked && -d $checked;
119 L<FindBin> - optional module which deals with paths relative to the source