X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=6b03a892e8819f58d06536471c9c4c15cd706580;hb=dac575f9b1194a2f6fdec8b07b27bac62ecbe30c;hp=d0f1068fa58f4511564e920592c72d8fb11df04a;hpb=44fb7d6a933c6ebd76082e74c60dab5e5a5da50e;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index d0f1068..6b03a89 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect method call syntax. =head1 VERSION -Version 0.35 +Version 0.36 =cut our $VERSION; BEGIN { - $VERSION = '0.35'; + $VERSION = '0.36'; } =head1 SYNOPSIS @@ -250,8 +250,6 @@ If you use C 5.12 or greater, those constructs are correctly reported. With 5.8 perls, the pragma does not propagate into C. This is due to a shortcoming in the way perl handles the hints hash, which is addressed in perl 5.10. -Indirect constructs that appear in code C'd during the global destruction phase of a spawned thread or pseudo-fork (the processes used internally for the C emulation on Windows) are not reported. - The search for indirect method calls happens before constant folding. Hence C will be caught. @@ -301,8 +299,6 @@ You can find documentation for this module with the perldoc command. perldoc indirect -Tests code coverage report is available at L. - =head1 ACKNOWLEDGEMENTS Bram, for motivation and advices.