Added a comment as to where an allocation error is occurring that crashes perl
rkinyon@cpan.org [Sat, 28 Jun 2008 04:12:53 +0000 (04:12 +0000)]
git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3649 88f4d9cd-8a04-0410-9d60-8f63309c3137

lib/DBM/Deep.pm

index 56ecc0c..5e67af1 100644 (file)
@@ -82,6 +82,8 @@ sub DESTROY {
     # If we have an error, don't flush - we might be flushing bad stuff. -RobK, 2008-06-26
     die $@ if $@;
 
+    #XXX For some reason, this causes an allocation error in the final scope close
+    # of t/08_deephash.t. -RobK, 2008-06-28
     $self->_get_self->_engine->flush;
 }