This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Set $| to 1
authorKarl Williamson <khw@cpan.org>
Wed, 4 May 2022 15:44:11 +0000 (09:44 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 4 May 2022 17:33:00 +0000 (11:33 -0600)
commit226f21e43dd49852c362afaf68e64b404b3f3341
tree0d31819bedceda50173adcdbfa51874515d963dd
parentc93586c204c48ef3bd1eeea88add365b213ac181
podcheck.t: Set $| to 1

This causes the output to be flushed immediately.  Without this, some
options that tried to tell you that the operation would take a while to
complete would not have that message come out until it had in fact
completed.  The message should be displayed immediately.
t/porting/podcheck.t