Skip to content

Commit 59f5227

Browse files
authored
Merge pull request #123 from xslate/perl-5.40-scalar-util-1.64
mark "builtin" as foreign
2 parents cffa94c + 45c5c45 commit 59f5227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Mouse/Meta/Module.pm

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ sub get_attribute_list{ keys %{$_[0]->{attributes}} }
7878
my %foreign = map{ $_ => undef } qw(
7979
Mouse Mouse::Role Mouse::Util Mouse::Util::TypeConstraints
8080
Carp Scalar::Util List::Util
81+
builtin
8182
);
8283
sub _get_method_body {
8384
my($self, $method_name) = @_;

0 commit comments

Comments
 (0)