in reply to Re^5: Class::InsideOut - yet another riff on inside out objects.
in thread Class::InsideOut - yet another riff on inside out objects.
I just read in the perldelta,
Attributes for my variables now handled at run-time. The my EXPR : ATTRS syntax now applies variable attributes at run-time. (Subroutine and our variables still get attributes applied at compile-time.) See attributes for additional details. In particular, however, this allows variable attributes to be useful for tie interfaces, which was a deficiency of earlier releases. Note that the new semantics doesn't work with the Attribute::Handlers module (as of version 0.76).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Class::InsideOut - yet another riff on inside out objects.
by Aristotle (Chancellor) on Dec 21, 2002 at 00:25 UTC | |
by John M. Dlugosz (Monsignor) on Dec 21, 2002 at 05:07 UTC |