* Autoflush stdout.

This commit is contained in:
Eelco Dolstra
2009-04-22 22:59:54 +00:00
parent 97a6011628
commit c48ec3d340
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ use Hydra::Schema;
use Hydra::Helper::Nix;
STDOUT->autoflush();
my $db = openHydraDB;