summaryrefslogtreecommitdiff
path: root/installhtml
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-08-23 15:26:36 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-09-11 13:30:47 +0000
commit34aa3576a14efea0cbd14b0c0965b70ee9448535 (patch)
tree01272364f5b97eb9f49fb138d6a9c50c79418929 /installhtml
parentc1d304d234269da7c796c3a2df9f816ab377d4ba (diff)
downloadperl-34aa3576a14efea0cbd14b0c0965b70ee9448535.tar.gz
Run installhtml with $|
This will facilitate debugging of tickets like https://github.com/Perl/perl5/issues/19052 and https://github.com/Perl/perl5/issues/11859.
Diffstat (limited to 'installhtml')
-rw-r--r--installhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/installhtml b/installhtml
index 11dd922346..afb946198d 100644
--- a/installhtml
+++ b/installhtml
@@ -2,6 +2,7 @@
# This file should really be extracted from a .PL file
+$| = 1;
use strict;
use Config; # for config options in the makefile
use File::Path qw(remove_tree);