summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 19:28:08 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:15 -0800
commit19f4563d308d36e3c082bc240db976a379fddfc6 (patch)
treebac2c125118947d3759eeba096c463534ef122cc /INSTALL
parent882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9 (diff)
downloadperl-19f4563d308d36e3c082bc240db976a379fddfc6.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d0b63a499d..079cc4e0c2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1430,7 +1430,7 @@ See also the L<"vsprintf"> item below.
If you get error messages such as the following (the exact line
numbers and function name may vary in different versions of perl):
- util.c: In function `Perl_form':
+ util.c: In function 'Perl_form':
util.c:1107: number of arguments doesn't match prototype
proto.h:125: prototype declaration
@@ -2031,7 +2031,7 @@ pages, however. You may need to be root to run B<make install>. If you
are not root, you must still have permission to install into the directories
in question and you should ignore any messages about chown not working.
-If "make install" just says "`install' is up to date" or something
+If "make install" just says "'install' is up to date" or something
similar, you may be on a case-insensitive filesystems such as Mac's HFS+,
and you should say "make install-all". (This confusion is brought to you
by the Perl distribution having a file called INSTALL.)