[ubuntu] Adds detection of cpan version (#2488)

* Adds detection of cpan version

The Perl package manager

* Adds detected cpan version

* Updates copypasta
This commit is contained in:
Juan Julián Merelo Guervós
2021-01-20 09:27:55 +01:00
committed by GitHub
parent 9f700144e1
commit c63f698e70
2 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ $markdown += New-MDHeader "Package Management" -Level 3
$packageManagementList = @(
(Get-HomebrewVersion),
(Get-CpanVersion),
(Get-GemVersion),
(Get-MinicondaVersion),
(Get-HelmVersion),