Searched refs:libscan (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | MM_Unix.t | 158 is ($t->libscan('Readme.pod'), '', 'libscan excludes base Readme.pod'); 159 is ($t->libscan('README.pod'), '', 'libscan excludes base README.pod'); 166 is ($t->libscan('lib/Foo/README.pod'), 'lib/Foo/README.pod', 'libscan accepts README.pod in a … 167 is ($t->libscan('foo/RCS/bar'), '', 'libscan on RCS'); 168 is ($t->libscan('CVS/bar/car'), '', 'libscan on CVS'); 169 is ($t->libscan('SCCS'), '', 'libscan on SCCS'); 170 is ($t->libscan('.svn/something'), '', 'libscan on Subversion'); 171 is ($t->libscan('foo/b~r'), 'foo/b~r', 'libscan on file with ~'); 172 is ($t->libscan('foo/RCS.pm'), 'foo/RCS.pm', 'libscan on file with RCS'); 174 is ($t->libscan('Fatty'), 'Fatty', 'libscan on something not a VC file' );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/ |
| H A D | Makefile.PL | 74 sub MY::libscan 78 return $path if $self->SUPER::libscan($path) and
|
| /openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/ |
| H A D | Makefile.PL | 20 sub libscan
|
| /openbsd-src/gnu/usr.bin/perl/dist/Tie-File/ |
| H A D | Makefile.PL | 30 sub libscan { # Determine what shouldn't get installed
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/ |
| H A D | Makefile.PL | 61 sub libscan
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/ |
| H A D | MakeUtil.pm | 32 sub MY::libscan
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/ |
| H A D | MakeUtil.pm | 32 sub MY::libscan
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/private/ |
| H A D | MakeUtil.pm | 32 sub MY::libscan
|
| /openbsd-src/gnu/usr.bin/perl/cpan/DB_File/ |
| H A D | Makefile.PL | 183 sub MY::libscan
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | MM_Unix.pm | 1453 next unless $self->libscan($name); 1701 unless ($self->libscan($_)){ 1722 $inst = $self->libscan($inst); 2469 my $to = $self->libscan($path);
|
| H A D | MM_Any.pm | 2910 sub libscan { subroutine
|