diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-28 16:49:33 -0800 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-28 16:49:33 -0800 |
commit | a5f75d667838e8e7bb037880391f5c44476d33b4 (patch) | |
tree | 5005e888355c1508bc47da697efe119c1615b123 /INSTALL | |
parent | 2920c5d2b358b11ace52104b6944bfa0e89256a7 (diff) | |
download | perl-a5f75d667838e8e7bb037880391f5c44476d33b4.tar.gz |
perl 5.002perl-5.002
[editor's note: changes seem to be mostly module updates,
documentation changes and some perl API macro additions]
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -549,6 +549,11 @@ page, however. You may need to be root to run B<make install>. If you are not root, you must own the directories in question and you should ignore any messages about chown not working. +B<Note:> In the 5.002 release, you will see some harmless error +messages and warnings from pod2man. You may safely ignore them. (Yes, +they should be fixed, but they didn't seem important enough to warrant +holding up the entire 5.002 release.) + If you want to see exactly what will happen without installing anything, you can run @@ -675,6 +680,6 @@ is sometimes useful for finding things in the library modules. Andy Dougherty <doughera@lafcol.lafayette.edu>, borrowing I<very> heavily from the original README by Larry Wall. -=head 2 LAST MODIFIED +=head1 LAST MODIFIED 04 January 1996 |