diff options
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -180,6 +180,9 @@ ENDOFSET print CONFIG <<'ENDOFTAIL'; +# avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD +sub DESTROY { } + tie %Config, 'Config'; 1; |