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
commit b696aa72b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).