summaryrefslogtreecommitdiff
path: root/dist/Unicode-Normalize
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2020-12-01 16:02:06 +0000
committerDavid Mitchell <davem@iabyn.com>2020-12-01 16:02:06 +0000
commit9084c33e0f9582b71e6748dd410ae1f290c74d99 (patch)
treec98064a4d6be4558e27ac3d9df577cf57a9727a6 /dist/Unicode-Normalize
parente768bd98d8ad542e1bb37a1e715ad85b4b127afc (diff)
downloadperl-9084c33e0f9582b71e6748dd410ae1f290c74d99.tar.gz
Unicode-Normalize/Makefile.PL: avoid stderr
During build, output general progress information to stdout, not stderr.
Diffstat (limited to 'dist/Unicode-Normalize')
-rw-r--r--dist/Unicode-Normalize/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Unicode-Normalize/Makefile.PL b/dist/Unicode-Normalize/Makefile.PL
index 5c40ff1700..a848b0d22c 100644
--- a/dist/Unicode-Normalize/Makefile.PL
+++ b/dist/Unicode-Normalize/Makefile.PL
@@ -8,7 +8,7 @@ my $clean = {};
my $mm_ver = ExtUtils::MakeMaker->VERSION;
if (-f "Normalize.xs") {
- print STDERR "Making header files for XS...\n";
+ print "Making header files for XS...\n";
do './mkheader' or die $@ || "mkheader: $!";