Skip to content

Commit 5db4618

Browse files
committed
make_ext.pl: emit fewer blank lines during build
I find this makes it easier rather than harder to see what's going on.
1 parent e57ea7c commit 5db4618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_ext.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ sub just_pm_to_blib {
652652
die "Inconsistent module $mname has both lib/ and $first/"
653653
if $has_lib && $has_topdir;
654654

655-
print "\nRunning pm_to_blib for $ext_dir directly\n"
655+
print "Running pm_to_blib for $ext_dir directly\n"
656656
unless $silent;
657657

658658
my %pm;

0 commit comments

Comments
 (0)