Author: spadkins
Date: Thu Aug  7 10:24:34 2008
New Revision: 11639

Modified:
   p5ee/trunk/App-Context/lib/App.pm

Log:
forced the DEBUG_FILE to be autoflushed

Modified: p5ee/trunk/App-Context/lib/App.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App.pm   (original)
+++ p5ee/trunk/App-Context/lib/App.pm   Thu Aug  7 10:24:34 2008
@@ -13,6 +13,7 @@
 
 use Exception::Class;   # enable Exception inheritance
 use App::Exceptions;
+use IO::Handle;
 
 =head1 NAME
 
@@ -350,6 +351,7 @@
     else {
         $App::DEBUG_FILE = \*STDOUT;
     }
+    $App::DEBUG_FILE->autoflush(1);
 }
 
 #############################################################################

Reply via email to