diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-16 04:34:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-16 04:34:23 +0000 |
commit | 7711098acc6065ebf13a8467b82385db2852baa2 (patch) | |
tree | b6ab80b1c2fccecea7c007e5cce32584914dd33d /pod/perlmodinstall.pod | |
parent | 9fa7846bb0c61ccce8ae71ea16d3ea1a35d73e3a (diff) | |
download | perl-7711098acc6065ebf13a8467b82385db2852baa2.tar.gz |
sundry pod niggles
p4raw-id: //depot/perl@3110
Diffstat (limited to 'pod/perlmodinstall.pod')
-rw-r--r-- | pod/perlmodinstall.pod | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index 9e9657b2e9..b6176f0927 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -226,8 +226,11 @@ 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. +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. |