Skip to content

Commit

Permalink
make_ext.pl: emit fewer blank lines during build
Browse files Browse the repository at this point in the history
I find this makes it easier rather than harder to see what's going on.
  • Loading branch information
arc committed May 17, 2016
1 parent e57ea7c commit 5db4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_ext.pl
Expand Up @@ -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;
Expand Down

0 comments on commit 5db4618

Please sign in to comment.