From 4838079dddbf1e6fce8aaf1241dd76584e65c291 Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 31 Jul 2000 21:01:32 +0000 Subject: [PATCH] Fix sh/node? --- Changes | 1 + perl/DXCommandmode.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index c1b9e423..2e4be4fc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ 1. try to fix paging problem. 2. added help for spoof and set/forward 3. fixed bogus callsign check for field 2 of a PC12 +4. Add DB_File to DXCommandmode to make it available for commands 30Jul00======================================================================= 1. Added talk mode so that I don't have to keep typing T all the time. 2. fiddled around with storing of Debug messages a bit more. diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index d8f6eb54..4a8fbac1 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -29,6 +29,7 @@ use DXDb; use AnnTalk; use WCY; use Sun; +use DB_File; use strict; use vars qw(%Cache %cmd_cache $errstr %aliases $scriptbase); -- 2.34.1