Home
last modified time | relevance | path

Searched refs:hasVersion (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/
H A DMakeUtil.pm375 my $hasVersion = getInstalledVersion($module);
379 if ! defined $hasVersion;
384 if $module eq 'Compress::Zlib' && $hasVersion < 2;
386 if ($hasVersion < $version)
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/
H A DMakeUtil.pm372 my $hasVersion = getInstalledVersion($module);
376 if ! defined $hasVersion;
381 if $module eq 'Compress::Zlib' && $hasVersion < 2;
383 if ($hasVersion < $version)
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/private/
H A DMakeUtil.pm343 my $hasVersion = getInstalledVersion($module);
347 if ! defined $hasVersion;
352 if $module eq 'Compress::Zlib' && $hasVersion < 2;
354 if ($hasVersion < $version)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1707 bool hasVersion() const { return !VersionToCheck.empty(); } in hasVersion() function