]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - README
Quote version numbers in Makefile.PL
[perl/modules/autovivification.git] / README
diff --git a/README b/README
index d2232631a1699461786e02954f59c5487f7c4927..0cb0b9eff4189c69aeb581b3c7550456b649f5b9 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     autovivification - Lexically disable autovivification.
 
 VERSION
     autovivification - Lexically disable autovivification.
 
 VERSION
-    Version 0.07
+    Version 0.10
 
 SYNOPSIS
         no autovivification;
 
 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.
 
     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.
 
   "import @opts"
     Magically called when "use autovivification @opts" is encountered.
@@ -172,7 +172,7 @@ ACKNOWLEDGEMENTS
     Matt S. Trout asked for it.
 
 COPYRIGHT & LICENSE
     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.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.