This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 08f800f85 / #128182
[perl5.git] / make_ext.pl
index 6594458..64263bd 100644 (file)
@@ -652,7 +652,7 @@ sub just_pm_to_blib {
     die "Inconsistent module $mname has both lib/ and $first/"
         if $has_lib && $has_topdir;
 
-    print "\nRunning pm_to_blib for $ext_dir directly\n"
+    print "Running pm_to_blib for $ext_dir directly\n"
       unless $silent;
 
     my %pm;