[sysadmin-bin: 20/168] Fix error with ciabot.pl modification



commit 8842653acb38bd6ec028a4982ad6b643ec8165da
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Feb 10 17:59:18 2009 -0500

    Fix error with ciabot.pl modification
    
    Add $module to 'use vars' so strict mode is happy.

 ciabot.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ciabot.pl b/ciabot.pl
index 099ca0d..cb19bed 100755
--- a/ciabot.pl
+++ b/ciabot.pl
@@ -103,7 +103,7 @@ $alt_local_message_target = "";
 ### The code itself
 
 use vars qw ($commit $tree @parent $author $committer);
-use vars qw ($user $branch $rev @files $logmsg $message);
+use vars qw ($user $branch $rev @files $logmsg $message $module);
 my $line;
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]