reallocate PL_linestr to 8192 chars min in a source filter to avoid need to realloc...
[p5sagit/Devel-Declare.git] / lib / Devel / Declare.pm
index e3782ee..78d0480 100644 (file)
@@ -63,7 +63,6 @@ sub teardown_for {
   my ($class, $target) = @_;
   delete $declarators{$target};
   delete $declarator_handlers{$target};
-  teardown();
 }
 
 my $temp_name;