summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm3
1 files changed, 3 insertions, 0 deletions
diff --git a/configpm b/configpm
index 8ea1420506..0c6a965072 100755
--- 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;