diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-10 14:36:26 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-17 11:16:35 +0100 |
commit | 6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338 (patch) | |
tree | a4b483b5bd185cdf630c82af997cf3f9a0339fb4 /INSTALL | |
parent | 66056247dd2c721175d33eaf15386969664425ea (diff) | |
download | perl-6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338.tar.gz |
Purge references to --netscape and --libpods, no longer in Pod::Html
The long deprecated --netscape flag was removed in commit 27b29ec338b08496.
This was originally added to control use of Netscape specific HTML
extensions, , but became a no-op when that functionality was removed.
--libpods was removed in commit 3b49d8d9ac841d8e.
However neither commit removed use of these flags by callers to Pod::Html,
notably in installhtml and the Makefiles that invoke it. Hence this commit.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2196,7 +2196,6 @@ perl documentation: --htmlroot=/perl/nmanual \ --splithead=pod/perlipc \ --splititem=pod/perlfunc \ - --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \ --verbose See the documentation in installhtml for more details. It can take |