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.
9 years ago
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.
9 years ago
Michael Scherer
c226314770
Add proper type to cpanm arguments
...
from_path, locallib, executable should be path to benefits
from path expansion for ~user.
9 years ago
Yoshinori Teraoka
f6296fec6f
add executable parameter to cpanm module
...
like other packaging modules (pip, gem)
9 years ago
Brian Coca
0f5faf976a
updated version version_added to 2.1
9 years ago
Dylan Martin
b0298ba4f1
added version option
9 years ago
Brian Coca
08d89bca9c
fixed missed passing use-sudo
9 years ago
Brian Coca
5eff47c6f1
changed use_sudo to system_lib (kept alias) and expanded description to explain how it works
9 years ago
Milad Soufastai
b5207d0fc6
Updating Description to provide better explanation of what the use_sudo flag does
9 years ago
Milad Soufastai
8989212fd2
Adding the --sudo flag for CPANM use since the sudo: yes on the task doesn't work
9 years ago
Andreas Skarmutsos Lindh
107510385c
quoted version_added
9 years ago
Andreas Skarmutsos Lindh
6a37c1b72f
add version_added
9 years ago
Andreas Skarmutsos Lindh
2ca201feaa
cpanm: add installdeps option
9 years ago
Michael Scherer
c089ab0dd8
Move examples to EXAMPLES variable
...
Partially fix #507
9 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Greg DeKoenigsberg
12ab9d0043
Adding author's github id
10 years ago
Brian Coca
a2138c4eea
fixed missing ,
10 years ago
Marcus
c1e7abd8fd
Add support for mirror_only parameter to cpanm module
10 years ago
Michael DeHaan
7e6fc7023d
Reorganization.
10 years ago