Lines Matching full:find

53         ok( $ei->_is_type($file, 'doc'),   "... should find doc file in $path" );
69 "... should find prog file under $prefix" );
74 '... should not find doc file outside path' );
85 ok( !$ei->_is_under('foo', @under), '... should find no file not under dirs');
86 ok( $ei->_is_under('baz', @under), '... should find file under dir' );
125 # should find $fake_mod_dir via '.' in @INC
136 ok( exists $realei->{FakeMod}, 'new() should find modules with .packlists');
139 '... should find version in modules' );
159 …ok( ! exists $realei->{FakeMod}, 'new( skip_cwd => 1 ) should fail to find modules with .packlists…
180 ok( exists $realei->{FakeMod}, 'new() should find modules with .packlists');
183 '... should find version in modules' );
203 'new() should find modules with .packlists using PERL5LIB'
207 '... should find version in modules' );
229 ok( exists $realei->{FakeMod}, 'new() with overrides should find modules with .packlists');
232 '... should find version in modules' );
243 'new() with extra_libs should find modules with .packlists');
250 '... should find version in modules' );
285 is( scalar @files, 1, '... should find doc file under given dir' );
291 is( scalar @files, $mandirs, '... should find all doc files with no dir' );
295 is( scalar @files, 0, '... should find no doc files given wrong dirs' );
297 is( scalar @files, 1, '... should find doc file in correct dir' );
300 is( scalar @files, 2 + $mandirs, '... should find all files with no type specified' );
310 is( scalar @dirs, $mandirs, '... should find all files files() would' );
313 is( scalar @dirs, 2 + $mandirs, '... should find all files files() would, again' );