Skip to content

Make .add_method precompile safe

Nic Q requested to merge zengargoyle:patch-1 into master

Created by: zengargoyle

Such MOP hackery needs to happen at BEGIN or the module can not be used with precompilation. The BEGIN avoids a 'STable conflict detected during deserialization' error.

Merge request reports