From: minima Date: Wed, 29 Mar 2006 13:46:17 +0000 (+0000) Subject: fix sh/muf X-Git-Tag: 1.54~114 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=beff8f08601a34a0fd4431156178d14479cd203a fix sh/muf --- 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;