We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5537dc8 commit 7486684Copy full SHA for 7486684
lib/Mouse/Meta/Module.pm
@@ -78,6 +78,7 @@ sub get_attribute_list{ keys %{$_[0]->{attributes}} }
78
my %foreign = map{ $_ => undef } qw(
79
Mouse Mouse::Role Mouse::Util Mouse::Util::TypeConstraints
80
Carp Scalar::Util List::Util
81
+ builtin
82
);
83
sub _get_method_body {
84
my($self, $method_name) = @_;
0 commit comments