Subject: | Possible bug/typo in Type::Registry |
Date: | Tue, 11 Feb 2020 20:43:59 +0100 |
To: | bug-Type-Tiny [...] rt.cpan.org |
From: | BP Jonsson <bpjonsson [...] gmail.com> |
Isn't `@_` a typo for `@$_` at <
https://metacpan.org/release/Type-Tiny/source/lib/Type/Registry.pm#L68> or
is it some special magic I'm unaware of? It seems it is looping over a list
of arrayrefs, so shouldn't it be unpacking that arrayref rather than the
argument list?
Sorry for the noise if I'm wrong (though in that case a small explanation
what is *really* going on there would be most welcome! :-)