Author: bdonlan
Date: 2004-06-27 23:11:01 -0400 (Sun, 27 Jun 2004)
New Revision: 265
Modified:
trunk/haver-gtk/bin/haver-gtk.pl
Log:
* haver-gtk/bin/haver-gtk.pl:
Make haver-gtk respond to TSTP, if POE::Component::TSTP is available
Modified: trunk/haver-gtk/bin/haver-gtk.pl
===================================================================
--- trunk/haver-gtk/bin/haver-gtk.pl 2004-06-28 02:37:38 UTC (rev 264)
+++ trunk/haver-gtk/bin/haver-gtk.pl 2004-06-28 03:11:01 UTC (rev 265)
@@ -170,6 +170,11 @@
cmd_say
}]]);
+eval {
+ require POE::Component::TSTP;
+ POE::Component::TSTP->create();
+};
+
POE::Kernel->run();
$config->save;