From Geoffrey.R.Hutchison@williams.edu Sat Nov 14 22:35:18 1998 Date: Sat, 14 Nov 1998 21:31:33 -0500 From: Geoff Hutchison To: Reiner Keller Cc: htdig@sdsu.edu Subject: Re: htdig: whatsnew.pl At 7:25 AM -0500 11/12/98, Reiner Keller wrote: >the only Package I found was DB_File and this is installed in my system >by default. I believe GDBM_File became a part of DB_File in more recent versions of Perl. But... Bug in 3.1.0b2 (sorry, had to apply it by hand and goofed): =================================================================== RCS file: /opt/htdig/cvs/htdig3/contrib/whatsnew/whatsnew.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- htdig3/contrib/whatsnew/whatsnew.pl 1998/10/26 20:37:39 1.2 +++ htdig3/contrib/whatsnew/whatsnew.pl 1998/11/06 23:26:17 1.3 @@ -1,9 +1,11 @@ #!/usr/local/bin/perl # # whatsnew.pl v1.1 (C) 1996 Iain Lea +# modified 26 Oct 1998 (c) 1998 Jacques Reynes # # ChangeLog # 960321 IL Reversed sorting to show newest documents first +# 981026 JR Modified to work with Berkeley DB2. # # Produces a HTML 'Whats New' page with custom header and footer. # @@ -24,7 +26,7 @@ # -o file HTML generated file # -v verbose -use GDBM_File; +use BerkeleyDB; require 'timelocal.pl'; require 'getopts.pl'; ---------------------------------------------------------------------- To unsubscribe from the htdig mailing list, send a message to htdig-request@sdsu.edu containing the single word "unsubscribe" in the body of the message.