From 185f4a8aba552e4fb8098f03e86cfc87e40501fa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 20 Oct 2006 20:24:03 -0700 Subject: [PATCH] use portable storable images --- scripts/gen-indices.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/gen-indices.in b/scripts/gen-indices.in index cf7f93be..bd1766a6 100755 --- a/scripts/gen-indices.in +++ b/scripts/gen-indices.in @@ -62,6 +62,9 @@ Display this manual. =cut +# Use portable Storable images +$MLDBM::DumpMeth=q(portable); + my %options = (debug => 0, help => 0, -- 2.39.5