summaryrefslogtreecommitdiff
path: root/install_lib.pl
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 06:46:18 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-22 19:04:14 -0400
commit2effe01f18007a1b28e11f29b319f2b5cd0ae4df (patch)
tree99ff95a447d257486d5d407afbc04e9d884fdf32 /install_lib.pl
parent5364049c28608557a7832b748edaf27ce5262d89 (diff)
downloadperl-2effe01f18007a1b28e11f29b319f2b5cd0ae4df.tar.gz
typo fixes for root level scripts
Add David Steinbrunner to AUTHORS. Update pod issues database.
Diffstat (limited to 'install_lib.pl')
-rw-r--r--install_lib.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_lib.pl b/install_lib.pl
index ae8ba0a990..308af70ed6 100644
--- a/install_lib.pl
+++ b/install_lib.pl
@@ -16,7 +16,7 @@ BEGIN {
# prefixes.
#
# So we set $^X to pretend that we're the already installed perl, so
- # Config.pm doesits ... expansion off that location.
+ # Config.pm does its ... expansion off that location.
my $location = $Config{initialinstalllocation};
die <<'OS' unless defined $location;