diff options
author | John Hawkinson <jhawk@mit.edu> | 2011-06-04 17:54:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-04 17:54:26 -0700 |
commit | a4702d8387fd7268fa5bc86469bfb16f724206d5 (patch) | |
tree | 12569dae500d537a660680f07d86bd83e64832ca /README.macosx | |
parent | b0b54b5eb0e76df223a1c4faf392bb8ffcb74e6d (diff) | |
download | perl-a4702d8387fd7268fa5bc86469bfb16f724206d5.tar.gz |
[perl #92234] Annoying typos in README.macosx
README.macosx in the HEAD (and back to at least 5.8.9) misspells
-Duseshrplib twice in two different wrong ways. This makes it a bit
annoying to find the right flag use :(
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.macosx b/README.macosx index 89d18b3e6e..60a4b8d589 100644 --- a/README.macosx +++ b/README.macosx @@ -136,7 +136,7 @@ need to go to a great deal of effort to obtain the information needed for pre-binding. You can override the default and build a shared libperl if you wish -(S<Configure ... -Duseshrlib>), but the load time on pre-10.4 OS +(S<Configure ... -Duseshrplib>), but the load time on pre-10.4 OS releases will be greater than either the static library, or Apple's pre-bound dynamic library. @@ -235,7 +235,7 @@ You can find them for example by After this you can either copy Perl from your operating system media (you will need at least the /System/Library/Perl and /usr/bin/perl), or rebuild Perl from the source code with C<Configure -Dprefix=/usr --Dusershrplib> NOTE: the C<-Dprefix=/usr> to replace the system Perl +-Duseshrplib> NOTE: the C<-Dprefix=/usr> to replace the system Perl works much better with Perl 5.8.1 and later, in Perl 5.8.0 the settings were not quite right. |