Subject: | Add API to use additional modules in the Authen::Passphrase namespace |
I'm in the process of writing Authen::Passphrase::Argon2 (https://github.com/abraxxa/Authen-Passphrase-Argon2) and it fails to get used by DBIx::Class::InflateColumn::Authen::Passphrase because there is no way to extend/register crypt_scheme_handler and rfc2307_scheme_handler.
As they aren't class but instance variables monkeypatching isn't an option either.
Please suggest an API to do so, thanks!