summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-12-09 13:54:25 +0100
committerYorhel <git@yorhel.nl>2017-12-09 13:54:25 +0100
commit98e1987906e3bf036f97c54bc10108b7ccf16912 (patch)
tree447b9d136cbc14f63243e1cfcb6fc98136bc5a70 /util/vndb.pl
parent66b1bce16cf42461185060f999724b775bb0a2cb (diff)
Add vndb-dev-server.pl, an autoreloading http server
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 46ff9e0d..c0af72e1 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -11,6 +11,7 @@ use Cwd 'abs_path';
our $ROOT;
BEGIN { ($ROOT = abs_path $0) =~ s{/util/vndb\.pl$}{}; }
+$|=1; # Disable buffering on STDOUT, otherwise vndb-dev-server.pl won't pick up our readyness notification.
use lib $ROOT.'/lib';