[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

@@ -58,7 +58,7 @@ Describe "Packer" {
}
}
Describe "Perl" -Skip:(Test-IsWin22) {
Describe "Perl" {
It "Perl" {
"perl --version" | Should -ReturnZeroExitCode
}