Revision history for Perl extension Safe::Hole. 0.01 Thu Oct 21 15:45:24 1999 - original version; created by h2xs 1.18 0.02 Mon Nov 1 1999 - wrap() method added. 0.03 Mon Nov 15 1999 - change global stash. 0.04 Thu Jun 8 2000 - add 'require 5.005;' - 1 bug fixed in new() 0.05 Mon Jul 10 2000 - 1 security bug (wrapped object contains hole object as public hash value) fixed - AUTOLOAD of wrapped package is defined only once 0.06 Mon Jul 10 2000 - wrapped package name includes hole'd package name 0.07 Wed Oct 4 2000 - AUTOLOAD does not delegate DESTROY 0.08 Wed Jan 17 2001 - lincense under the GPL 0.09 Thu Jan 15 2004 - catch and re-thow exceptions (not doing so seems to cause segfault sometimes) - restore opmask, %INC and @INC (default backward-compatabile mode inhibits this) - test.pl now has some real tests - Safe::Hole::User namespace so that Carp can do the right thing - this version by Brian McCauley 0.10 Fri Jan 16 2004 - don't local(*INC} unless $self->{INC} - this version by Brian McCauley 0.11 Tue Mar 16 2010 - re-structure module to more modern layout. Convert to M::B - re-factor tests to test::more - pod fixes now we're testing them - clean up authors and generate proper META.yml - Fix 5.10 deprecation of defined %hash. Just use %hash to the same effect.