X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=README;h=dc3696a8ddb9f0096c21fe70d30abf92d3802a2f;hp=d2232631a1699461786e02954f59c5487f7c4927;hb=1740addb4cafa0e3bde5f257fd8d6ce00dfde2c3;hpb=705dd87caca50820443e05f94277da5016167f62 diff --git a/README b/README index d223263..dc3696a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME autovivification - Lexically disable autovivification. VERSION - Version 0.07 + Version 0.08 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.