From 34aa3576a14efea0cbd14b0c0965b70ee9448535 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Mon, 23 Aug 2021 15:26:36 +0000 Subject: 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. --- installhtml | 1 + 1 file changed, 1 insertion(+) (limited to 'installhtml') 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); -- cgit v1.2.1