[Windows] Add Perl to windows-2022 (#4808)

* Add Perl to windows-2022 toolset

* Add missing tests and software report for perl
This commit is contained in:
Mikhail Timofeev
2021-12-27 13:43:52 +03:00
committed by GitHub
parent fcb8a9ca81
commit ddf7ca4328
3 changed files with 3 additions and 6 deletions

View File

@@ -42,16 +42,12 @@ $languageTools = @(
(Get-JuliaVersion),
(Get-LLVMVersion),
(Get-NodeVersion),
(Get-PerlVersion)
(Get-PHPVersion),
(Get-PythonVersion),
(Get-RubyVersion),
(Get-KotlinVersion)
)
if ((Test-IsWin16) -or (Test-IsWin19)) {
$languageTools += @(
(Get-PerlVersion)
)
}
$markdown += New-MDList -Style Unordered -Lines ($languageTools | Sort-Object)
$packageManagementList = @(