NAME autovivification - Lexically disable autovivification. VERSION Version 0.01 SYNOPSIS no autovivification; my $x; $x->{foo} = 1; # croaks DESCRIPTION METHODS "unimport" Magically called when "no autovivification" is encountered. Turns the module on. "import" Magically called when "use autovivification" is encountered. Turns the module off. DEPENDENCIES perl 5.8. XSLoader (standard since perl 5.006). AUTHOR Vincent Pit, "", . You can contact me by mail or on "irc.perl.org" (vincent). BUGS Please report any bugs or feature requests to "bug-autovivification at rt.cpan.org", or through the web interface at . I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. perldoc autovivification Tests code coverage report is available at . COPYRIGHT & LICENSE Copyright 2009 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.