Merged 5.49_01 (r1339) from refactored branch to trunk
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Setup.pm
index 00baaef..be83e17 100644 (file)
@@ -95,7 +95,6 @@ sub setup {
 
         if ( @plugins ) {
             my $t = Text::ASCIITable->new;
-            undef $t->{tiedarr};    # work-around for a memory leak
             $t->setOptions( 'hide_HeadRow',  1 );
             $t->setOptions( 'hide_HeadLine', 1 );
             $t->setCols('Class');
@@ -128,7 +127,6 @@ sub setup {
 
     if ( $class->debug ) {
         my $t = Text::ASCIITable->new;
-        undef $t->{tiedarr};    # work-around for a memory leak
         $t->setOptions( 'hide_HeadRow',  1 );
         $t->setOptions( 'hide_HeadLine', 1 );
         $t->setCols('Class');