Subject: | Option normalisation break SVN::Notify modules using '-' in their options |
SVN::Notify::Mirror, for instance, has the following options:
ssh-host
ssh-user
ssh-tunnel
ssh-identity
svn-binary
However, any 'svn-binary' key in a SVN::Notify::Config file is rewritten by _normalize_key method in 'svn_binary', making the handler module unable to access it.