X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=1aaaac98c97c7aaffb4e1bf1b5ba0a36ca26b161;hp=62b2abf864dfa0f29cfdef850d9885c0c2ea6699;hb=f4e7787d7c015980abba9a8d76f0293f24e0ab94;hpb=79fe38872567977419089da38eac9406bf2d4afa diff --git a/README b/README index 62b2abf..1aaaac9 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.01 + Version 0.05 SYNOPSIS no indirect; @@ -27,6 +27,8 @@ DESCRIPTION This may change in the future, or may be added as optional features that would be enabled by passing options to "unimport". + This module is not a source filter. + METHODS "unimport @opts" Magically called when "no indirect @args" is encountered. Turns the @@ -41,8 +43,6 @@ DEPENDENCIES XSLoader (standard since perl 5.006). - Tests require IPC::Cmd (standard since 5.9.5). - AUTHOR Vincent Pit, "", . @@ -61,6 +61,9 @@ SUPPORT perldoc indirect + Tests code coverage report is available at + . + ACKNOWLEDGEMENTS Bram, for motivation and advices.