We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea9e7d commit 70c772bCopy full SHA for 70c772b
lib/Type/Params/Alternatives.pm
@@ -31,7 +31,7 @@ my $Attrs = Enum[ qw/
31
32
sig_class base_options alternatives meta_alternatives
33
34
- quux mite_signature
+ quux mite_signature is_wrapper
35
/ ]; # quux for reasons
36
37
require Type::Params::Signature;
lib/Type/Params/Signature.pm
@@ -29,7 +29,7 @@ my $Attrs = Enum[ qw/
29
class_prefix class_attributes
30
returns_scalar returns_list
want_details want_object want_source can_shortcut coderef
sub _croak {
0 commit comments