watson-perl
watson-perl copied to clipboard
add remote / local options and necessary logic [watson]
filename : watson line # : 29 tag : todo md5 : e774cf2a432ab1df50b3205b961bf4c3
# [todo] - add remote / local options and necessary logic
# [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;