summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2022-09-12 09:58:30 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2022-09-12 09:58:30 +0100
commit140beeafd92a3342dea79f9272c7e014f57e7f8c (patch)
treed46e5183adc70bc5c55557461f58e6aaa60c033b /lib
parent651e99a5268097619a8f276569211c1d7115bbb1 (diff)
Ensure that ${^TYPE_PARAMS_MULTISIG} is set to undef before checking multisigs
Diffstat (limited to 'lib')
-rw-r--r--lib/Type/Params/Alternatives.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Type/Params/Alternatives.pm b/lib/Type/Params/Alternatives.pm
index 6372748d..27f54f0b 100644
--- a/lib/Type/Params/Alternatives.pm
+++ b/lib/Type/Params/Alternatives.pm
@@ -98,6 +98,8 @@ sub _build_coderef {
$self->_coderef_start( $coderef );
+ $coderef->add_line( 'undef ${^TYPE_PARAMS_MULTISIG};' );
+ $coderef->add_gap;
$coderef->add_line( 'my $return;' );
$coderef->add_gap;