Closed perlpunk closed 1 year ago
Interesting. A quick look seems to suggest the module is calling multisig
correctly, so the bug is probably in Type::Tiny (or more specifically, in Type::Params::Alternatives).
It's calling multisig
incorrectly. I'll add details to the Crypt::HSXKPasswd ticket.
Thanks!
I'm not sure if this is a regression in Type::Tiny or a mistake in Crypt::HSXKPasswd
https://rt.cpan.org/Public/Bug/Display.html?id=144672
There are currently two reproducers for two similar, probably related bugs:
If I output
$@
I get:Maybe the code in Crypt::HSXKPasswd is using it in the wrong way, but it would be nice if you could have a quick look.
I can also reproduce it with the latest developer version.
edit: fix code markers