X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=b1fd6d01b01b6da2380a372c3eaca857aa4a3fcd;hp=97394c7d85f76c32e358e051d81a7224e341373d;hb=2a948bb076eb349b7060dca23a1ee2c9f7353c0d;hpb=44fb7d6a933c6ebd76082e74c60dab5e5a5da50e diff --git a/README b/README index 97394c7..b1fd6d0 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect method call syntax. VERSION - Version 0.35 + Version 0.39 SYNOPSIS In a script : @@ -169,10 +169,6 @@ CAVEATS 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 "eval"'d during the global - destruction phase of a spawned thread or pseudo-fork (the processes used - internally for the "fork" emulation on Windows) are not reported. - The search for indirect method calls happens before constant folding. Hence "my $x = new Class if 0" will be caught. @@ -203,7 +199,7 @@ DEPENDENCIES Carp (standard since perl 5), XSLoader (since perl 5.6.0). AUTHOR - Vincent Pit, "", . + Vincent Pit "". You can contact me by mail or on "irc.perl.org" (vincent). @@ -219,9 +215,6 @@ SUPPORT perldoc indirect - Tests code coverage report is available at - . - ACKNOWLEDGEMENTS Bram, for motivation and advices. @@ -229,8 +222,8 @@ ACKNOWLEDGEMENTS reporting issues. COPYRIGHT & LICENSE - Copyright 2008,2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all - rights reserved. + Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2019 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.