Revision history for indirect
+0.10 2009-01-17 12:40 UTC
+ Re-release 0.09_01 as stable.
+
0.09_01 2008-12-08 17:55 UTC
+ Fix : Invalid memory read with "${\(new Foo)}" constructs. The
corresponding test is turned back on.
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.09_01
+ Version 0.10
SYNOPSIS
no indirect;
"import"
Magically called at each "use indirect". Turns the module off.
-DEPENDENCIES
- perl 5.8.
-
- XSLoader (standard since perl 5.006).
-
CAVEATS
"meth $obj" (no semicolon) at the end of a file won't be seen as an
indirect object syntax, although it will as soon as there is another
is due to a shortcoming in the way perl handles the hints hash, which is
addressed in perl 5.10.
+DEPENDENCIES
+ perl 5.8.
+
+ XSLoader (standard since perl 5.006).
+
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
Bram, for motivation and advices.
COPYRIGHT & LICENSE
- Copyright 2008 Vincent Pit, all rights reserved.
+ Copyright 2008-2009 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.