From 5db46185eca18172b266c3527133dbc479f0838f Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Tue, 17 May 2016 16:41:16 +0100 Subject: make_ext.pl: emit fewer blank lines during build I find this makes it easier rather than harder to see what's going on. --- make_ext.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_ext.pl') diff --git a/make_ext.pl b/make_ext.pl index 659445808a..64263bd818 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -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; -- cgit v1.2.1