]> git.donarmstrong.com Git - debbugs.git/commitdiff
use portable storable images
authorDon Armstrong <don@archimedes>
Sat, 21 Oct 2006 03:24:03 +0000 (20:24 -0700)
committerDon Armstrong <don@archimedes>
Sat, 21 Oct 2006 03:24:03 +0000 (20:24 -0700)
scripts/gen-indices.in

index cf7f93bec41c1e0a9048a061ca41dec92031dbc9..bd1766a635237f3086b1e5359fbd0d9435fc9782 100755 (executable)
@@ -62,6 +62,9 @@ Display this manual.
 
 =cut
 
+# Use portable Storable images
+$MLDBM::DumpMeth=q(portable);
+
 
 my %options = (debug           => 0,
               help            => 0,