Subject: | -D option requires space |
It appears that either the docs are wrong, or the script is wrong for passing config options.
The docs list:
perlbrew install perl-5.12.1 -Duselongdouble
This doesn't work for me on OSX. However, this does:
perlbrew install perl-5.12.1 -D uselongdouble