LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: spadkins@cvs.perl.org Date: Thu Aug 7 11:24:35 2008 Subject: [svn:p5ee] r11639 - p5ee/trunk/App-Context/lib
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);
}
#############################################################################
| Navigate in group perl.cvs.p5ee at sever nntp.perl.org | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |