ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/bin/kgsueme
(Generate patch)

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.39 by pcg, Mon Jun 2 12:39:20 2003 UTC vs.
Revision 1.40 by pcg, Thu Jun 5 20:06:03 2003 UTC

12use IO::Socket::INET; 12use IO::Socket::INET;
13use List::Util; 13use List::Util;
14use Errno; 14use Errno;
15 15
16use Storable; 16use Storable;
17use Carp;
17 18
18init Gtk2; 19init Gtk2;
20
21$SIG{QUIT} = sub { Carp::confess "SIGQUIT" };
19 22
20our $HACK = 1; # do NEVER enable. ;) 23our $HACK = 1; # do NEVER enable. ;)
21our $DEBUG_EXPOSE = 0; 24our $DEBUG_EXPOSE = 0;
22 25
23if ($HACK) { 26if ($HACK) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines