]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - README
This is 0.08
[perl/modules/autovivification.git] / README
diff --git a/README b/README
index d2232631a1699461786e02954f59c5487f7c4927..dc3696a8ddb9f0096c21fe70d30abf92d3802a2f 100644 (file)
--- 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<fetch exists delete>".
 
   "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.