summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
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;