Revision history for autovivification
+0.08 2011-01-03 21:00 UTC
+ + Fix : Building on Windows.
+
0.07 2010-12-31 16:20 UTC
+ Chg : perl 5.8.3 is required.
+ Doc : Complements and clarifications.
autovivification - Lexically disable autovivification.
VERSION
- Version 0.07
+ Version 0.08
SYNOPSIS
no autovivification;
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.
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.