This matters, because I just spent a while waiting on a bunch of perlbrew install --debugging to finish, and got very confused why I don't have debug-enabled perls. Turns out the option I wanted was --debug. It would have been nice for the unrecognised option name to complain, rather than be silently ignored.
I would have expected an error.
This matters, because I just spent a while waiting on a bunch of
perlbrew install --debugging
to finish, and got very confused why I don't have debug-enabled perls. Turns out the option I wanted was--debug
. It would have been nice for the unrecognised option name to complain, rather than be silently ignored.