X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=README;h=0cb0b9eff4189c69aeb581b3c7550456b649f5b9;hp=d2232631a1699461786e02954f59c5487f7c4927;hb=be0d2bc6eefe4e2401f865deee64c9a45133b747;hpb=d402f3b58ca66e1201c1f88cd96b0dcb8a45adff diff --git a/README b/README index d223263..0cb0b9e 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME autovivification - Lexically disable autovivification. VERSION - Version 0.07 + Version 0.10 SYNOPSIS no autovivification; @@ -105,7 +105,7 @@ METHODS Each call to "unimport" adds the specified features to the ones already in use in the current lexical scope. - When @opts is empty, it defaults to "qw/fetch exists delete/". + When @opts is empty, it defaults to "qw". "import @opts" Magically called when "use autovivification @opts" is encountered. @@ -172,7 +172,7 @@ ACKNOWLEDGEMENTS Matt S. Trout asked for it. COPYRIGHT & LICENSE - Copyright 2009,2010 Vincent Pit, all rights reserved. + Copyright 2009,2010,2011 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.