summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-05-17 16:41:16 +0100
committerAaron Crane <arc@cpan.org>2016-05-17 16:46:42 +0100
commit5db46185eca18172b266c3527133dbc479f0838f (patch)
tree9a03b9dbe93a8df1daa1a0f9248f1a052ed7166c /make_ext.pl
parente57ea7c96db404b6101973609a00a22aa8bce9c3 (diff)
downloadperl-5db46185eca18172b266c3527133dbc479f0838f.tar.gz
make_ext.pl: emit fewer blank lines during build
I find this makes it easier rather than harder to see what's going on.
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl2
1 files changed, 1 insertions, 1 deletions
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;