Skip to content

Commit 70c772b

Browse files
committed
This seems to break either Mite or SHV otherwise
1 parent cea9e7d commit 70c772b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Type/Params/Alternatives.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ my $Attrs = Enum[ qw/
3131
3232
sig_class base_options alternatives meta_alternatives
3333
34-
quux mite_signature
34+
quux mite_signature is_wrapper
3535
/ ]; # quux for reasons
3636

3737
require Type::Params::Signature;

lib/Type/Params/Signature.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ my $Attrs = Enum[ qw/
2929
class_prefix class_attributes
3030
returns_scalar returns_list
3131
want_details want_object want_source can_shortcut coderef
32-
quux mite_signature
32+
quux mite_signature is_wrapper
3333
/ ]; # quux for reasons
3434

3535
sub _croak {

0 commit comments

Comments
 (0)