Lines Matching refs:file
4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
43 non-Unix users must first translate their file paths to Unix conventions.
50 If you try to add a file to @INC as follows, you will be warned, and the file
53 use fallback 'file.txt';
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.
81 croak "Parameter to use fallback must be a directory, not a file";
86 if (-f $path) { # It's a MODULES.txt file
107 croak "All lines in $path must be a directory, not a file: $l"
120 file.