watson-perl icon indicating copy to clipboard operation
watson-perl copied to clipboard

replace open/closed issue var with just all and closed? [watson]

Open nhmood opened this issue 11 years ago • 0 comments

filename : watson line # : 30 tag : todo md5 : 8fae46cdfffdf82693a57e74f6ee9e01

# [todo] - replace open/closed issue var with just all and closed?

###########################################################
# Global parameters 
###########################################################

# For testing
#use strict;
#use warnings;

# For color print outs
use Term::ANSIColor qw(:constants);

# Route Ctrl-C to cExit to clean up results 
$SIG{'INT'} = \&cExit;

# For debugging (print data structures)

nhmood avatar Nov 21 '13 16:11 nhmood