Open
Bug 1271907
Opened 10 years ago
Updated 9 years ago
Docs about installing full perl dependents missing "."
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: thomas, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36
Steps to reproduce:
Copied the command "cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg" from the documentation and pasted it into a shell.
Actual results:
Error message from cpanm:
Usage: cpanm [options] Module [...]
Try `cpanm --help` or `man cpanm` for more options.
Expected results:
Installation of all perl dependents.
Retried with "." last, which worked. Command in docs should be adjusted to:
cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg .
(with a dot as the module at the end)
| Reporter | ||
Updated•10 years ago
|
Pull request here: https://github.com/bugzilla/bugzilla/pull/49
You need to log in
before you can comment on or make changes to this bug.
Description
•