Skip to content

Commit

Permalink
mark "builtin" as foreign
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Aug 2, 2024
1 parent 5537dc8 commit 7486684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mouse/Meta/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sub get_attribute_list{ keys %{$_[0]->{attributes}} }
my %foreign = map{ $_ => undef } qw(
Mouse Mouse::Role Mouse::Util Mouse::Util::TypeConstraints
Carp Scalar::Util List::Util
builtin
);
sub _get_method_body {
my($self, $method_name) = @_;
Expand Down

0 comments on commit 7486684

Please sign in to comment.