X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=b4aad569dc7d37df2cad25add910a01301cca90c;hp=50f7a527557bb2bbe22eed79e73e704a393fff4e;hb=a9c8dfc5d74939ee2fff9e4cc8f9b9fe54ccad37;hpb=fdc979b79c21fcaa1fdd8e9a465756510ed26e88 diff --git a/README b/README index 50f7a52..b4aad56 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.09_01 + Version 0.10 SYNOPSIS no indirect; @@ -38,11 +38,6 @@ METHODS "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 @@ -52,6 +47,11 @@ CAVEATS 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, "", . @@ -76,7 +76,7 @@ ACKNOWLEDGEMENTS 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.