Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41558] [PATCH] Add ops summary doc generator

3 views
Skip to first unread message

Sartak

unread,
Feb 20, 2007, 5:29:24 PM2/20/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Sartak
# Please include the string: [perl #41558]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41558 >


This patch adds a new utility script to generate a summary for all the
ops. It's fairly minimal. It combines docs/ops/*.pod (using
Pod::Parser) to generate another pod file (on stdout, but should be
directed to docs/ops/index.pod) similar to perldoc perlfunc. Right now
it doesn't run automatically during a make; I wasn't sure where to put
it in the Makefile.

Also, I did not add the new file to MANIFEST, nor did I add
docs/ops/index.pod to MANIFEST.SKIP. It was suggested that I let the
committer handle this.

Files affected:
(new) tools/build/ops_summary.pl
(edit) CREDITS

Shawn M Moore

ops_summary.patch
0 new messages