From d4ac792fc78e05d96ca476a462f9b16a504286ac Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Aug 2011 07:53:57 +0000 Subject: Initial UNIX Domain Sockets --- BUGS | 2 ++ loadbars.pl | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index f5efa54..73f9df1 100644 --- a/BUGS +++ b/BUGS @@ -1 +1,3 @@ Sometimes Loadbars hangs using the toggle options having many bars loaded. +Sometimes Loadbars hangs on quitting + diff --git a/loadbars.pl b/loadbars.pl index aa1b46d..dc28ee4 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -48,10 +48,12 @@ use Time::HiRes qw(usleep gettimeofday); use threads; use threads::shared; +use IO::Socket; + use constant { DEPTH => 8, PROMPT => 'loadbars> ', - VERSION => 'loadbars v0.1.3.1', + VERSION => 'loadbars v0.1.3.2-devel', COPYRIGHT => '2010-2011 (c) Paul Buetow ', NULL => 0, MSG_TOGGLE_TXT => 1, -- cgit v1.2.3