X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=88f2bebc41249c95d5ea200d6b4feb6335888ac2;hp=f362c9fdc574fa55458eb92b7028c7b0dfd358ee;hb=9e1b933a7cdeed368a062f29cfe995d06416b714;hpb=3073451bb3c0e963ca447441f101f00c29f50f03 diff --git a/README b/README index f362c9f..88f2beb 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.16 + Version 0.17 SYNOPSIS # In a script @@ -94,6 +94,9 @@ CAVEATS 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.