Lines Matching refs:dir
110 my $dir = "$path/$incver";
111 unshift(@INC, $dir) if -d $dir;
147 my($dir) = @_;
150 $arch_auto_dir = "$dir/$archname/auto";
151 $arch_dir = "$dir/$archname";
152 $version_dir = "$dir/$version";
153 $version_arch_dir = "$dir/$version/$archname";
191 For each directory in LIST (called $dir here) the lib module also
192 checks to see if a directory called $dir/$archname/auto exists.
193 If so the $dir/$archname directory is assumed to be a corresponding
194 architecture specific directory and is added to @INC in front of $dir.
195 lib.pm also checks if directories called $dir/$version and $dir/$version/$archname
220 For each directory in LIST (called $dir here) the lib module also
221 checks to see if a directory called $dir/$archname/auto exists.
222 If so the $dir/$archname directory is assumed to be a corresponding
224 checks if directories called $dir/$version and $dir/$version/$archname