<?xml version="1.0" encoding="windows-1252"?>
<node id="358228" title="gmpassos's scratchpad" created="2004-06-01 12:59:05" updated="2005-06-23 13:33:39">
<type id="182711">
scratchpad</type>
<author id="184322">
gmpassos</author>
<data>
<field name="doctext">
Closure bug test:
&lt;code&gt;
use Test;
BEGIN { plan tests =&gt; 6 } ;

for(1..3) {

my $DESTROY ;
sub DESTROY { $DESTROY = 1 }

  $DESTROY = undef ;
  
  my $ref ;
  {
    my $o = bless {} ;
    ok(!$DESTROY) ;
  }
  
  ok($DESTROY) ;
}
&lt;/code&gt;</field>
</data>
</node>
