]> git.donarmstrong.com Git - debbugs.git/commitdiff
add use portable changes to mainline from dla tree
authorDebian BTS <debbugs@spohr>
Sat, 21 Oct 2006 03:50:29 +0000 (20:50 -0700)
committerDebian BTS <debbugs@spohr>
Sat, 21 Oct 2006 03:50:29 +0000 (20:50 -0700)
Debbugs/Packages.pm
scripts/gen-indices.in

index 5dabd9558c98b07abb998040148ef711df6f6b4e..4ae58a5d9078b569005dd9e7aa1bcf1b4492d2ad 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
 }
 
 use Fcntl qw(O_RDONLY);
-use MLDBM qw(DB_File);
+use MLDBM qw(DB_File Storable);
 
 $MLDBM::RemoveTaint = 1;
 
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,