Commit graph

20 commits

Author SHA1 Message Date
Andrew Miller
63134a85d2 Cpanm module could not use less than Python 2.6
Removed str.format() dependency to allow cpanm module to work on nodes with versions of Python less than 2.6.
2016-05-26 16:21:12 +09:00
stoned
6785f3b424 cpanm: search both its stderr and its stdout for the message 'is up t…
Note that since cpanm version 1.6926 its messages are sent to stdout
when previously they were sent to stderr.

Also there is no need to initialize out_cpanm and err_cpanm and
check for their truthiness as module.run_command() and str.find()
take care of that.
2016-04-12 07:21:28 +02:00
Michael Scherer
c226314770 Add proper type to cpanm arguments
from_path, locallib, executable should be path to benefits
from path expansion for ~user.
2016-03-26 09:19:47 +01:00
Yoshinori Teraoka
f6296fec6f add executable parameter to cpanm module
like other packaging modules (pip, gem)
2015-12-16 12:21:14 +09:00
Brian Coca
0f5faf976a updated version version_added to 2.1 2015-12-14 21:56:50 -05:00
Dylan Martin
b0298ba4f1 added version option 2015-11-12 14:38:15 -06:00
Brian Coca
08d89bca9c fixed missed passing use-sudo 2015-10-25 17:02:25 -04:00
Brian Coca
5eff47c6f1 changed use_sudo to system_lib (kept alias) and expanded description to explain how it works 2015-10-01 19:59:51 -04:00
Milad Soufastai
b5207d0fc6 Updating Description to provide better explanation of what the use_sudo flag does 2015-09-23 09:40:36 -04:00
Milad Soufastai
8989212fd2 Adding the --sudo flag for CPANM use since the sudo: yes on the task doesn't work 2015-09-22 18:53:58 -04:00
Andreas Skarmutsos Lindh
107510385c quoted version_added 2015-08-25 22:18:52 +02:00
Andreas Skarmutsos Lindh
6a37c1b72f add version_added 2015-08-25 22:00:03 +02:00
Andreas Skarmutsos Lindh
2ca201feaa cpanm: add installdeps option 2015-08-20 09:57:46 +02:00
Michael Scherer
c089ab0dd8 Move examples to EXAMPLES variable
Partially fix #507
2015-07-25 13:58:45 +02:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Brian Coca
edf519a0c2 moar quotes 2015-05-14 09:37:00 -04:00
Greg DeKoenigsberg
12ab9d0043 Adding author's github id 2015-05-13 23:49:40 -04:00
Brian Coca
a2138c4eea fixed missing , 2015-02-12 17:02:16 -05:00
Marcus
c1e7abd8fd Add support for mirror_only parameter to cpanm module 2015-02-12 18:42:09 +01:00
Michael DeHaan
7e6fc7023d Reorganization. 2014-11-04 17:31:59 -05:00
Renamed from packaging/cpanm.py (Browse further)