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

Fix issue#100 resolve segv in Mouse::Meta::Module::DESTROY #101

Closed ken39arg closed 4 years ago

ken39arg commented 4 years ago

ref #100

I don't know why segv here. Maybe this is not an essential solution, but I can resolve segv this way.

skaji commented 4 years ago

@ken39arg Thanks.

pghmcfc commented 4 years ago

Adding a hard dependency on MouseX::Foreign results in a circular build dependency between Mouse and MouseX::Foreign. Could it be wrapped in an eval like the Moose tests?

skaji commented 4 years ago

@pghmcfc Thanks. I'll fix that.