]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1271907
authorku3nsting <ku3nsting@users.noreply.github.com>
Sat, 20 May 2017 20:31:04 +0000 (13:31 -0700)
committerDylan William Hardison <dylan@hardison.net>
Thu, 21 Sep 2017 14:04:29 +0000 (10:04 -0400)
Docs about installing full perl dependents missing "."

docs/en/rst/installing/mac-os-x.rst

index 89d66a0b1d64b3d891f69f2bbef552d4c5c8729d..3bf9ea92a50451b0dfd2a09033951dfe370d0f8a 100644 (file)
@@ -80,7 +80,7 @@ Generally, the best way to install these is with :file:`cpanm`:
 
 If you want a more full-featured Bugzilla:
 
-:command:`cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg`
+:command:`cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg .`
 
 If you don't have :file:`cpanm` installed, you can
 `download it <http://cpanmin.us>`_  from cpanmin.us.