Revision history for indirect
+0.17 2009-07-16 12:10 UTC
+ + Fix : [RT #47902] : "no indirect" leaking again.
+ This actually turned out to be a bug in how the hook coderefs
+ were stored in the hints hash.
+ Thanks Andrew Main for reporting once again.
+ + Fix : t/80-regressions.t failing on Windows.
+ + Tst : Yet more cleanups.
+
0.16 2009-07-14 16:50 UTC
+ Add : Indirect calls on blocks are now reported. For those, '{' is
passed to the hook as the object description.
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.16
+ Version 0.17
SYNOPSIS
# In a script
is due to a shortcoming in the way perl handles the hints hash, which is
addressed in perl 5.10.
+ The search for indirect method calls happens before constant folding.
+ Hence "my $x = new Class if 0" will be caught.
+
DEPENDENCIES
perl 5.8.