Searched refs:hasVersion (Results 1 – 4 of 4) sorted by relevance
375 my $hasVersion = getInstalledVersion($module);379 if ! defined $hasVersion;384 if $module eq 'Compress::Zlib' && $hasVersion < 2;386 if ($hasVersion < $version)
372 my $hasVersion = getInstalledVersion($module);376 if ! defined $hasVersion;381 if $module eq 'Compress::Zlib' && $hasVersion < 2;383 if ($hasVersion < $version)
343 my $hasVersion = getInstalledVersion($module);347 if ! defined $hasVersion;352 if $module eq 'Compress::Zlib' && $hasVersion < 2;354 if ($hasVersion < $version)
1707 bool hasVersion() const { return !VersionToCheck.empty(); } in hasVersion() function