i.e. readonly stashes.
Even the basic methods will fail, e.g.
Hash::Util::lock_keys %RestrictedClass::;
Class::Inspector->loaded( 'RestrictedClass' );
=> Attempt to access disallowed key 'VERSION' in a restricted hash
Detecting restricted hashes is trivial.
See e.g. https://github.com/ilmari/class-unload/pull/1
i.e. readonly stashes.
Even the basic methods will fail, e.g.
=> Attempt to access disallowed key 'VERSION' in a restricted hash
Detecting restricted hashes is trivial.
See e.g. https://github.com/ilmari/class-unload/pull/1