Subject: | Does not parse options when not prefixed by "--" |
This works correctly:
./Build install --install_base=~
This does not
./Build install install_base=~
The way that Module::Build specifies its argument parsing suggests that ought to work though. Had me confused for a while.
--
Paul Evans