From b724e180b17722f620c4a79ab6ccd91924b18869 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 Aug 2011 21:50:33 +0000 Subject: Minor fixes --- loadbars.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loadbars.pl b/loadbars.pl index 9de5ff1..aa1b46d 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -51,7 +51,7 @@ use threads::shared; use constant { DEPTH => 8, PROMPT => 'loadbars> ', - VERSION => 'loadbars v0.1.3', + VERSION => 'loadbars v0.1.3.1', COPYRIGHT => '2010-2011 (c) Paul Buetow ', NULL => 0, MSG_TOGGLE_TXT => 1, @@ -73,7 +73,7 @@ use constant { USER_YELLOW0 => 50, # For developing or other debugging purporses - DEBUG => 1, + DEBUG => 0, }; $| = 1; -- cgit v1.2.3