Open Bug 1271907 Opened 8 years ago Updated 7 years ago

Docs about installing full perl dependents missing "."

Categories

(Bugzilla :: Documentation, defect)

5.0.2
defect
Not set
normal

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)
I was able to reproduce the bug, and am making changes via github
You need to log in before you can comment on or make changes to this bug.