Make Power MachTen use vfork and perl's malloc
[p5sagit/p5-mst-13.2.git] / configpm
index 8ea1420..0c6a965 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -180,6 +180,9 @@ ENDOFSET
 
 print CONFIG <<'ENDOFTAIL';
 
+# avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
+sub DESTROY { }
+
 tie %Config, 'Config';
 
 1;