summaryrefslogtreecommitdiff
path: root/lib/Pod
Commit message (Expand)AuthorAgeFilesLines
* Pod::Man generates groff-incompatible macro definition (fromGurusamy Sarathy2000-05-011-1/+1
* podlators-1.02 update (from Russ Allbery)Gurusamy Sarathy2000-05-012-48/+57
* Pod::Man should strip leading lib/ for module manpages (fromGurusamy Sarathy2000-03-191-3/+5
* missing file in change#5781Gurusamy Sarathy2000-03-171-37/+52
* pod{man,text} updates from podlators-1.00 (from Russ Allbery)Gurusamy Sarathy2000-03-171-3/+6
* protect special characters better against interpretation by *roffGurusamy Sarathy2000-03-141-5/+5
* updates from PodParser v1.12 on CPAN (from Brad Appleton)Gurusamy Sarathy2000-03-137-18/+25
* shore up pod2latex shortcomings, and a Pod::Parser fix (fromGurusamy Sarathy2000-03-082-2/+70
* Pod::InputObjects tweak (from Brad Appleton)Gurusamy Sarathy2000-03-081-3/+7
* Pod::Html tweak to avoid false falsesGurusamy Sarathy2000-03-071-3/+6
* add missing HTML escapes that can be displayed in xterm (fromGurusamy Sarathy2000-03-071-2/+37
* change#5513 accidentally undid change#5373, put it backGurusamy Sarathy2000-03-061-28/+33
* Pod::Man bugfixes (from Russ Allbery)Gurusamy Sarathy2000-03-061-42/+60
* add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bugGurusamy Sarathy2000-03-051-1/+1
* undo change#5506; add patch to make blank line warnings optionalGurusamy Sarathy2000-03-052-17/+28
* Pod::Html fixups for nicer links to functions (from Wolfgang LaunGurusamy Sarathy2000-03-041-38/+35
* temporarily disable blank line warning from Pod::Parser untilGurusamy Sarathy2000-03-041-10/+11
* still other multiline match cleanups (from Greg Bacon)Gurusamy Sarathy2000-03-023-29/+29
* make the "back to top" links optionalGurusamy Sarathy2000-03-021-114/+129
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-012-0/+6
* fix Pod::Html to recognize C<< > >> etc., and convert some podsGurusamy Sarathy2000-02-291-26/+32
* PodParser v1.11 update (from Brad Appleton)Gurusamy Sarathy2000-02-266-61/+200
* update PodParser to v1.10 (from Brad Appleton)Gurusamy Sarathy2000-02-254-7/+7
* PodParser-1.093 update (from Brad Appleton's site)Gurusamy Sarathy2000-02-227-172/+442
* fixes for Pod::Html issues (from Wolfgang LaunGurusamy Sarathy2000-02-191-10/+14
* revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-061-5/+41
* pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)Gurusamy Sarathy2000-02-041-2/+2
* PodParser-1.092 update via CPAN (from Brad Appleton)Gurusamy Sarathy2000-02-023-455/+1445
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-1/+1
* more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
* avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
* heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
* use $Config{version} rather than $] where appropriateGurusamy Sarathy2000-01-101-3/+4
* fix bug in processing L<> tags (from j.vavruska@post.cz)Gurusamy Sarathy1999-12-051-1/+1
* Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-11-165-36/+745
* pod updates from Tom ChristiansenGurusamy Sarathy1999-10-181-3/+3
* remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-172-6/+5
* lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-152-3/+8
* update to podlators-0.08 from Russ AllberyGurusamy Sarathy1999-10-072-11/+22
* update pod2man, pod2text and related Pod:: modules with theGurusamy Sarathy1999-10-024-16/+1211
* fix PodParser testsuite; Pod::Text subsumes Pod::PlainTextGurusamy Sarathy1999-10-022-767/+133
* upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-10-026-640/+1034
* fix DATA leaks; reword documentation about the DATA filehandleGurusamy Sarathy1999-09-121-0/+2
* allow 'text' in L<text|A::B/"C"> (from Martin LichtinGurusamy Sarathy1999-09-101-1/+2
* Pod::Html tweakJan Dubois1999-07-281-2/+2
* recognize more constructs such as C<$-> in pod (from Russ AllberyGurusamy Sarathy1999-07-271-2/+4
* replace Pod::Text with Pod::SimpleText v0.01 (thanksGurusamy Sarathy1999-07-273-565/+825
* don't quit if =head* wasn't found (suggested by Roland BauerGurusamy Sarathy1999-07-271-3/+2
* ~ isn't valid in VMS filenamesGurusamy Sarathy1999-07-261-2/+3
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56