summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-06 10:21:00 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-06 16:26:28 -0700
commit7dc3b71e0eb1edf0a7cedd966a76e358434bbae7 (patch)
tree5d073a9952e20afd461ed8be480e69fd82ce72dc /make_ext.pl
parent0435b3625faffc6aa224126ce45f7584856aeb30 (diff)
downloadperl-7dc3b71e0eb1edf0a7cedd966a76e358434bbae7.tar.gz
make_ext.pl: Typo in error message
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 29e88a933f..f19bf181f0 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -377,7 +377,7 @@ sub build_extension {
}
unless ($fromname) {
- die "For $mname tried @locations in in $ext_dir but can't find source";
+ die "For $mname tried @locations in $ext_dir but can't find source";
}
($value = $fromname) =~ s/\.pm\z/.pod/;
$value = $fromname unless -e $value;