Revision history for indirect
+0.09_01 2008-12-08 17:55 UTC
+ + Fix : Invalid memory read with "${\(new Foo)}" constructs. The
+ corresponding test is turned back on.
+ + Tst : Refinements in t/30-scope.t
+
0.09 2008-12-05 20:35 UTC
+ Add : Support for perl 5.8.
+ Tst : Skip a test in t/10-good.t that randomly segfaults for (I guess)
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.09
+ Version 0.09_01
SYNOPSIS
no indirect;
token before the end (as in "meth $obj;" or "meth $obj 1").
With 5.8 perls, the pragma does not propagate into "eval STRING". This
- is due to a shortcoming in the way perl handles the hints hash, and is
- fixed in perl 5.10.
+ is due to a shortcoming in the way perl handles the hints hash, which is
+ addressed in perl 5.10.
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.