fix sh/muf
authorminima <minima>
Wed, 29 Mar 2006 13:46:17 +0000 (13:46 +0000)
committerminima <minima>
Wed, 29 Mar 2006 13:46:17 +0000 (13:46 +0000)
Changes
perl/DXCommandmode.pm

diff --git a/Changes b/Changes
index 7ce87a5ad3eebb2412c34693f8228e86230cec10..dc5a5020631f26cb5b70f4e07569dcc7417dbb31 100644 (file)
--- 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
index 919def9f67838c3bcb646c6c85414a396938f829..ea99e3d147e277e9af8c4d9b3b8fd4b2dcc04687 100644 (file)
@@ -13,6 +13,7 @@ package DXCommandmode;
 
 @ISA = qw(DXChannel);
 
+use POSIX qw(:math_h);
 use DXUtil;
 use DXChannel;
 use DXUser;