xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

mark "builtin" as foreign #123

Closed skaji closed 1 month ago

skaji commented 1 month ago

On perl 5.40.0, Scalar::Util 1.64, some tests fail:

#   Failed test at t/001_mouse/034-apply_all_roles.t line 43.
#          got: 'bar,blessed,foo,meta,method'
#     expected: 'bar,foo,meta,method'
# Looks like you failed 1 test of 9.

This is because, on perl 5.40.0, Scalar::Util 1.64, the "blessed" function actually comes from "builtin" package. https://metacpan.org/release/PEVANS/Scalar-List-Utils-1.64/source/lib/Scalar/Util.pm#L26-37

So we should mark "builtin" as foreign.