-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PATCH] Clarify purpose of 'installhtml' #12331
Comments
From @jkeenanThis is a bug report for perl from jkeenan@cpan.org, The program 'installhtml' is included in the Perl 5 core distribution ##### I believe the use of the work "primarily" here is misleading, as it Moreover, unlike 'installperl' and 'installman', 'installhtml' appears ##### Currently, the supplied ./installhtml script does not make use of the The following command-line is an example of one used to convert ./installhtml \ Hence, I believe the documentation in 'installhtml' should be modified Please review the patch attached. Thank you very much. Flags: Site configuration information for perl 5.16.0: Configured by jimk at Sun May 20 20:01:26 EDT 2012. Summary of my perl5 (revision 5 version 16 subversion 0) configuration: Platform: Locally applied patches: @INC for perl 5.16.0: Environment for perl 5.16.0: DYLD_LIBRARY_PATH=/Users/jimk/work/pseudoinstall/lib:/Users/jimk/gitwork/parrot/blib/lib PATH=/usr/local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/Users/jimk/bin:/Users/jimk/bin/perl:/Users/jimk/bin/c:/Users/jimk/bin/shell:/sw/lib:/sw/bin:/Users/jimk/bin:/Users/jimk/bin/perl:/Users/jimk/bin/c:/Users/jimk/bin/shell:/sw/lib:/sw/bin |
From @jkeenan0001-Clarify-that-installhtml-is-intended-only-for-use-in.patchFrom 95d1b7c2ae6f6ea9fb8aab88d5c82d430a5ff5c9 Mon Sep 17 00:00:00 2001
From: jkeenan <jkeenan@cpan.org>
Date: Sun, 12 Aug 2012 21:55:42 -0400
Subject: [PATCH] Clarify that 'installhtml' is intended only for use in the Perl 5 core distribution.
---
installhtml | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/installhtml b/installhtml
index 75d6adc..2043b1e 100644
--- a/installhtml
+++ b/installhtml
@@ -23,8 +23,10 @@ installhtml - converts a collection of POD pages to HTML format.
=head1 DESCRIPTION
I<installhtml> converts a collection of POD pages to a corresponding
-collection of HTML pages. This is primarily used to convert the pod
-pages found in the perl distribution.
+collection of HTML pages. This is used to convert the pod
+pages found in the perl distribution. (It is not intended as a
+general-purpose converter/installer of POD pages in HTML format. See
+L<Pod::Html>.)
=head1 OPTIONS
@@ -67,10 +69,11 @@ relative to podroot.
=item B<--splititem> POD files to split on =item directive
-Comma-separated list of all pod files to split by the =item directive.
-The .pod suffix is optional. I<installhtml> does not do the actual
-split, rather it invokes I<splitpod> to do the dirty work. As with
---splithead, these files should have names specified relative to podroot.
+Comma-separated list of all pod files to split by the =item directive. The
+.pod suffix is optional. I<installhtml> does not do the actual split, rather
+it invokes I<splitpod>, a separate program in the Perl 5 core distribution,
+to do the dirty work. As with --splithead, these files should have names
+specified relative to podroot.
=item B<--splitpod> Directory containing the splitpod program
--
1.6.3.2
|
From @jkeenanOn Mon, 13 Aug 2012 02:02:46 GMT, jkeen@verizon.net wrote:
Pushed to blead (with some line rebreaking) in commit 4446c20. Marking ticket Resolved. Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
@jkeenan - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#114466 (status was 'resolved')
Searchable as RT114466$
The text was updated successfully, but these errors were encountered: