diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:24:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:24:37 +0000 |
commit | be94a90153eca0a67ea73e2ec074645fb9e0b70d (patch) | |
tree | e5d2965fdd3b5a2bf7bd660c1859d62ad2eb0d12 /pod/perlmodinstall.pod | |
parent | 511dd457ec43006d88c98d57960fa4353caf989e (diff) | |
download | perl-be94a90153eca0a67ea73e2ec074645fb9e0b70d.tar.gz |
broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
Message-ID: <19990207002851.B9185@toldyouso.com>
Message-ID: <19990207212152.A9765@toldyouso.com>
Message-ID: <19990207212041.A9622@toldyouso.com>
Message-ID: <19990207213127.A10244@toldyouso.com>
Message-ID: <19990207212559.A9950@toldyouso.com>
Message-ID: <19990207212842.A9994@toldyouso.com>
Message-ID: <19990207212500.A9860@toldyouso.com>
Message-ID: <19990207213013.A10105@toldyouso.com>
p4raw-id: //depot/perl@2941
Diffstat (limited to 'pod/perlmodinstall.pod')
-rw-r--r-- | pod/perlmodinstall.pod | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index 1c65f1c3e1..9e9657b2e9 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -178,16 +178,27 @@ B<If you're using a Macintosh,> A. DECOMPRESS -You can either use StuffIt Expander ( http://www.aladdinsys.com/ ) in -combination with I<DropStuff with Expander Enhancer> -(shareware), or the freeware MacGzip ( +In general, all Macintosh decompression utilities mentioned here +can be found in the Info-Mac Hyperarchive +( http://hyperarchive.lcs.mit.edu/HyperArchive.html ). +Specificly the "Commpress & Translate" listing +( http://hyperarchive.lcs.mit.edu/HyperArchive/Abstracts/cmp/HyperArchive.html ). + + +You can either use the shareware StuffIt Expander +( http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/cmp/stuffit-expander-401.hqx ) +in combination with I<DropStuff with Expander Enhancer> +( http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/cmp/drop-stuff-with-ee-40.hqx ) +or the freeware MacGzip ( http://persephone.cps.unizar.es/general/gente/spd/gzip/gzip.html ). + B. UNPACK If you're using DropStuff or Stuffit, you can just extract the tar -archive. Otherwise, you can use the freeware I<suntar> ( -http://www.cirfid.unibo.it/~speranza ). +archive. Otherwise, you can use the freeware I<suntar> +( http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/cmp/suntar-221.hqx ) +or I<Tar> ( http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/cmp/tar-40b.hqx ). C. BUILD @@ -212,6 +223,12 @@ mail to mac-perl-request@iis.ee.ethz.ch. D. INSTALL Make sure the newlines for the modules are in Mac format, not Unix format. +If they are not then you might have decompressed them incorrectly. Check +your decompression and unpacking utilities settings to make sure they are +translating text files properly. +As a last resort, you can use the perl one-liner: perl -i.bak -pe +'s/(?:\015)?\012/\015/g' <filenames> on the source files. + Move the files manually into the correct folders. Move the files to their final destination: This will |