http://qs321.pair.com?node_id=838561


in reply to redefining Internals::SvREADONLY

You might consider Class::InsideOut.

Be well,
rir

Replies are listed 'Best First'.
Re^2: redefining Internals::SvREADONLY
by moritz (Cardinal) on May 06, 2010 at 13:57 UTC
    If you have to worry about developers poking the internals of your objects, and you can't get control of it by social means, you also have to worry that those same developers might use PadWalker to penetrate the barrier that inside-out objects build to protect their privacy.

    As was pointed out several time this is a social problem, and probably can't be solved by technical means.

Re^2: redefining Internals::SvREADONLY
by ChiefAl (Initiate) on May 06, 2010 at 13:48 UTC
    that looks promising in the future... thanks