From beff8f08601a34a0fd4431156178d14479cd203a Mon Sep 17 00:00:00 2001 From: minima Date: Wed, 29 Mar 2006 13:46:17 +0000 Subject: [PATCH] fix sh/muf --- Changes | 2 ++ perl/DXCommandmode.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/Changes b/Changes index 7ce87a5a..dc5a5020 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +29Mar06======================================================================= +1. fix sh/muf that I broke in the previous change 26Mar06======================================================================= 1. Arrange for any online buddies to be displayed when a user logs on. 2. Try to reduce the amount of POSIX stuff that is loaded to just that which diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 919def9f..ea99e3d1 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -13,6 +13,7 @@ package DXCommandmode; @ISA = qw(DXChannel); +use POSIX qw(:math_h); use DXUtil; use DXChannel; use DXUser; -- 2.34.1