cpanm: using CmdRunner (#5485)

* cpanm: using CmdRunner

* add changelog fragment
This commit is contained in:
Alexei Znamensky
2022-11-08 08:15:00 +13:00
committed by GitHub
parent 8758f6a43f
commit b696aa72b2
3 changed files with 32 additions and 29 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cpanm - refactored module to use ``CmdRunner`` to execute ``cpanm`` (https://github.com/ansible-collections/community.general/pull/5485).