summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-06 07:53:57 +0000
committerPaul Buetow <paul@buetow.org>2011-08-06 07:53:57 +0000
commitd4ac792fc78e05d96ca476a462f9b16a504286ac (patch)
tree3998a427e7915ef292806be2a8c706caa22839dd /loadbars.pl
parent05b9e09515438509e5c8af870d584962702fd859 (diff)
Initial UNIX Domain Sockets
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl4
1 files changed, 3 insertions, 1 deletions
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 <loadbars@mx.buetow.org>',
NULL => 0,
MSG_TOGGLE_TXT => 1,